Jelajahi Sumber

文字修改

begmoon 2 tahun lalu
induk
melakukan
b7ecca9ee8
6 mengubah file dengan 76 tambahan dan 68 penghapusan
  1. 10 2
      pages/apply/apply.wxml
  2. 3 3
      pages/login/user.wxml
  3. 2 2
      pages/login/user.wxss
  4. 2 2
      pages/user/user.wxml
  5. 1 1
      pages/user/user.wxss
  6. 58 58
      project.config.json

+ 10 - 2
pages/apply/apply.wxml

@@ -42,7 +42,13 @@
           <text>
           已经取得免费参赛资格的老选手:含(开户选手,历届小组第一,倒数第一,种子选手,腰斩选手),请直接站内联系客服授权登记。</text>
         </view>
-        <view class="title title1">6、声明</view>
+        <view class="title title1">6、退赛</view>
+        <view class="date">
+          <text>参寒一周内申请退赛可退报名费,比赛系统帐户收回</text>
+        </view>
+
+        
+        <view class="title title1">7、声明</view>
         <view class="date">
           <text>比赛只做学习交流,不做任何投资建议,选手在比赛期间的任何操作与言论,仅代表其个人意见,与比赛方无关,请勿跟风模仿,盈亏自负。\n\n\n
           </text>
@@ -65,8 +71,10 @@
 <view class="date">在比赛合作方开户并使用,可永久免费浏览本系统,合作券商佣金低-网速快-网上开户几分钟完成,具体操作可站内
 <navigator url="../message/message"><text class="change" >咨询顽主</text></navigator>
 </view>
+<view class="title title1">4、 退款</view>
+<view class="date">游客使用系统三天内不满意,可申请退款,系统帐户收回。</view>
 
-<view class="title title1">4、声明</view>
+<view class="title title1">5、声明</view>
 <view class="date">比赛只做学习交流,不做任何投资建议,比赛系统内的选手操作与言论,仅代表选手个人意见,与比赛举办方无关,请勿跟风模仿,盈亏自负。如您发现比赛系统内有人发表不当言论,有任何割韭菜的嫌疑,请及时跟比赛方反应。\n\n\n</view>
 </scroll-view>
 <button bindtap="post" class="apply" wx:if="{{info.signup_done}}" disabled>已报名</button>

+ 3 - 3
pages/login/user.wxml

@@ -45,8 +45,8 @@
     <view class='avatar'>
             <image src="../../images/logo.png"></image>
     </view>
-  <navigator url="../apply/apply?type=2"><image style="width: 24px;" mode="widthFix" src="../../images/bs.png"></image>报名参数(做选手)</navigator>
-  <navigator wx:if="{{player_type==0}}"  style="background: none;color:#D94B24;" url="../apply/apply?type=1"><image style="width: 24px;" mode="widthFix" src="../../images/yk.png"></image>访问系统(不参赛)</navigator>
-  <navigator style="background: none;color:#D94B24;" url="../message/message"><image style="width: 18px;" mode="widthFix" src="../../images/zx.png"></image>顽主咨询</navigator>
+  <navigator url="../apply/apply?type=2"><image style="width: 24px;" mode="widthFix" src="../../images/bs.png"></image>  报名参赛(做选手)</navigator>
+  <navigator wx:if="{{player_type==0}}"  style="background: none;color:#D94B24;" url="../apply/apply?type=1"><image style="width: 24px;" mode="widthFix" src="../../images/yk.png"></image>  访问系统(不参赛)</navigator>
+  <navigator style="background: none;color:#D94B24;" url="../message/message"><image style="width: 18px;" mode="widthFix" src="../../images/zx.png"></image>  咨询顽主</navigator>
 </view>
 

+ 2 - 2
pages/login/user.wxss

@@ -109,13 +109,13 @@ page{
   top: 0;
   bottom: 0;
   margin: auto;
-  left: 30%;
+  left: 28%;
 }
 .no_login{
   height: 100vh;
   background: #fff;
   text-align: center;
-  padding: 30% 70rpx 0;
+  padding: 20% 70rpx 0;
 }
 .no_login .avatar{
   width: 160rpx;

+ 2 - 2
pages/user/user.wxml

@@ -72,7 +72,7 @@
     <view class='avatar'>
             <image src="../../images/logo.png"></image>
     </view>
-  <navigator url="../login/user"><image style="width: 24px;" mode="widthFix" src="../../images/bs.png"></image>报名参(做选手)</navigator>
+  <navigator url="../login/user"><image style="width: 24px;" mode="widthFix" src="../../images/bs.png"></image>报名参(做选手)</navigator>
   <navigator style="background: none;color:#D94B24;" url="../login/user"><image style="width: 24px;" mode="widthFix" src="../../images/yk.png"></image>访问系统(不参赛)</navigator>
-  <navigator style="background: none;color:#D94B24;" url="../login/user"><image style="width: 18px;" mode="widthFix" src="../../images/zx.png"></image>顽主咨询</navigator>
+  <navigator style="background: none;color:#D94B24;" url="../login/user"><image style="width: 18px;" mode="widthFix" src="../../images/zx.png"></image>咨询顽主</navigator>
 </view>

+ 1 - 1
pages/user/user.wxss

@@ -247,5 +247,5 @@ page{
   top: 0;
   bottom: 0;
   margin: auto;
-  left: 30%;
+  left: 28%;
 }

+ 58 - 58
project.config.json

@@ -1,60 +1,60 @@
 {
-	"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-	"packOptions": {
-		"ignore": [],
-		"include": []
-	},
-	"setting": {
-		"urlCheck": true,
-		"es6": true,
-		"enhance": true,
-		"postcss": true,
-		"preloadBackgroundData": false,
-		"minified": true,
-		"newFeature": true,
-		"coverView": true,
-		"nodeModules": false,
-		"autoAudits": false,
-		"showShadowRootInWxmlPanel": true,
-		"scopeDataCheck": false,
-		"uglifyFileName": false,
-		"checkInvalidKey": true,
-		"checkSiteMap": true,
-		"uploadWithSourceMap": true,
-		"babelSetting": {
-			"ignore": [],
-			"disablePlugins": [],
-			"outputPath": ""
-		},
-		"useCompilerModule": false,
-		"userConfirmedUseCompilerModuleSwitch": false,
-		"compileHotReLoad": false,
-		"lazyloadPlaceholderEnable": false,
-		"useMultiFrameRuntime": true,
-		"useApiHook": true,
-		"useApiHostProcess": true,
-		"enableEngineNative": false,
-		"useIsolateContext": false,
-		"userConfirmedBundleSwitch": false,
-		"packNpmManually": false,
-		"packNpmRelationList": [],
-		"minifyWXSS": true,
-		"disableUseStrict": false,
-		"minifyWXML": true,
-		"showES6CompileOption": false,
-		"useCompilerPlugins": false,
-		"useStaticServer": true,
-		"ignoreUploadUnusedFiles": true
-	},
-	"compileType": "miniprogram",
-	"libVersion": "2.15.0",
-	"appid": "wxb299e10e65157301",
-	"projectname": "newwzb_xcx",
-	"simulatorType": "wechat",
-	"simulatorPluginLibVersion": {},
-	"editorSetting": {
-		"tabIndent": "insertSpaces",
-		"tabSize": 2
-	},
-	"condition": {}
+  "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
+  "packOptions": {
+    "ignore": [],
+    "include": []
+  },
+  "setting": {
+    "urlCheck": true,
+    "es6": true,
+    "enhance": true,
+    "postcss": true,
+    "preloadBackgroundData": false,
+    "minified": true,
+    "newFeature": true,
+    "coverView": true,
+    "nodeModules": false,
+    "autoAudits": false,
+    "showShadowRootInWxmlPanel": true,
+    "scopeDataCheck": false,
+    "uglifyFileName": false,
+    "checkInvalidKey": true,
+    "checkSiteMap": true,
+    "uploadWithSourceMap": true,
+    "babelSetting": {
+      "ignore": [],
+      "disablePlugins": [],
+      "outputPath": ""
+    },
+    "useCompilerModule": false,
+    "userConfirmedUseCompilerModuleSwitch": false,
+    "compileHotReLoad": false,
+    "lazyloadPlaceholderEnable": false,
+    "useMultiFrameRuntime": true,
+    "useApiHook": true,
+    "useApiHostProcess": true,
+    "enableEngineNative": false,
+    "useIsolateContext": false,
+    "userConfirmedBundleSwitch": false,
+    "packNpmManually": false,
+    "packNpmRelationList": [],
+    "minifyWXSS": true,
+    "disableUseStrict": false,
+    "minifyWXML": true,
+    "showES6CompileOption": false,
+    "useCompilerPlugins": false,
+    "useStaticServer": true,
+    "ignoreUploadUnusedFiles": true
+  },
+  "compileType": "miniprogram",
+  "libVersion": "2.15.0",
+  "appid": "wxb299e10e65157301",
+  "projectname": "newwzb_xcx",
+  "simulatorType": "wechat",
+  "simulatorPluginLibVersion": {},
+  "editorSetting": {
+    "tabIndent": "insertSpaces",
+    "tabSize": 2
+  },
+  "condition": {}
 }