Browse Source

优化提醒文案

xiaohaizhao 1 year ago
parent
commit
e22818266b

+ 1 - 2
pages/login/modules/agreement.js

@@ -34,9 +34,8 @@ Component({
                 success: (res) => {
                     wx.openDocument({
                         filePath: res.tempFilePath,
-                        success:(s)=>{
+                        success: (s) => {
                             wx.hideLoading();
-
                         },
                         fail: (err) => {
                             wx.hideLoading();

+ 1 - 1
pages/login/modules/agreement.scss

@@ -5,7 +5,7 @@
     justify-content: center;
 
     .con {
-        width: 376rpx;
+        width: 316rpx;
         text-align: center;
         font-size: 24rpx !important;
         font-family: PingFang SC-Regular, PingFang SC;

+ 1 - 1
pages/login/modules/agreement.wxml

@@ -1,3 +1,3 @@
 <view class="agreement">
-    <van-checkbox icon-size="28rpx" label-class='con' value="{{ isAgree }}" bind:change="isAgreeChange">登录代表您已同意<text catchtap="checkTheAgreement">《隐私协议》</text></van-checkbox>
+    <van-checkbox icon-size="28rpx" label-class='con' value="{{ isAgree }}" bind:change="isAgreeChange">已阅读并同意<text catchtap="checkTheAgreement">《隐私协议》</text></van-checkbox>
 </view>

+ 1 - 1
project.private.config.json

@@ -1,6 +1,6 @@
 {
   "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-  "projectname": "%E6%A5%9A%E6%A5%9AE%E8%AE%A2%E5%8D%95",
+  "projectname": "楚楚E订单",
   "setting": {
     "compileHotReLoad": true,
     "urlCheck": true