瀏覽代碼

修改appid

cr 4 年之前
父節點
當前提交
aada078266
共有 3 個文件被更改,包括 29 次插入5 次删除
  1. 1 1
      .env.develop
  2. 1 1
      src/manifest.json
  3. 27 3
      src/pages/index/index.vue

+ 1 - 1
.env.develop

@@ -17,7 +17,7 @@ VUE_APP_IMAGE_BASE_URL = https://whc.api.dev.chuangzhikeji.com
17
 VUE_APP_IMAGE_RESOURCE_URL = https://whcoss.chuangzhikeji.com
17
 VUE_APP_IMAGE_RESOURCE_URL = https://whcoss.chuangzhikeji.com
18
 
18
 
19
 # 微信小程序appId
19
 # 微信小程序appId
20
-VUE_APP_WX_APPID = wxb81eca6ac3c7955c
20
+VUE_APP_WX_APPID = wxda6414f3c83f2378
21
 
21
 
22
 # 签名加密盐
22
 # 签名加密盐
23
 VUE_APP_SALT =
23
 VUE_APP_SALT =

+ 1 - 1
src/manifest.json

@@ -63,7 +63,7 @@
63
     },
63
     },
64
     "mp-weixin": {
64
     "mp-weixin": {
65
         /* 微信小程序特有相关 */
65
         /* 微信小程序特有相关 */
66
-        "appid": "wxb81eca6ac3c7955c",
66
+        "appid": "wxda6414f3c83f2378",
67
         "setting": {
67
         "setting": {
68
             "urlCheck": false
68
             "urlCheck": false
69
         },
69
         },

+ 27 - 3
src/pages/index/index.vue

@@ -31,12 +31,21 @@
31
                                         <div class="order__title order__title2">周庄子家园(6号楼2单元1701)</div>
31
                                         <div class="order__title order__title2">周庄子家园(6号楼2单元1701)</div>
32
                                     </div>
32
                                     </div>
33
                                 </div>
33
                                 </div>
34
-                                <div class="order__btns">
34
+                                <div class="yuji">
35
+                                    预计9.30出餐
36
+                                </div>
37
+                                <div class="remarks">
38
+                                    备注:多放辣
39
+                                </div>
40
+                                <div class="order__btns" v-if="tab!==4">
35
                                     <div class="btn tel">
41
                                     <div class="btn tel">
36
                                         <my-image src="/static/icon/tal.png"></my-image>
42
                                         <my-image src="/static/icon/tal.png"></my-image>
37
                                         <span >联系</span>
43
                                         <span >联系</span>
38
                                     </div>
44
                                     </div>
39
-                                    <div class="btn active">接单</div>
45
+                                    <div class="btn active" v-if="tab===0">接单</div>
46
+                                    <div class="btn active" v-if="tab===1">打包完</div>
47
+                                    <div class="btn active" v-if="tab===2">配送中</div>
48
+                                    <div class="btn active" v-if="tab===3">送达</div>
40
                                 </div>
49
                                 </div>
41
                             </li>
50
                             </li>
42
                         </ul>
51
                         </ul>
@@ -496,7 +505,7 @@ page {
496
         }
505
         }
497
         .active{
506
         .active{
498
             background-color: #f68a3f;
507
             background-color: #f68a3f;
499
-            color: #333;
508
+            color: #fff;
500
             font-size: px(50);
509
             font-size: px(50);
501
             width: 100%;
510
             width: 100%;
502
         }
511
         }
@@ -517,6 +526,21 @@ page {
517
         }
526
         }
518
         
527
         
519
     }
528
     }
529
+    .yuji{
530
+        padding:px(20) px(40) px(20) px(60);
531
+        font-size: px(36);
532
+        color: #999;
533
+    }
534
+    .remarks{
535
+        background-color: #fefaf1;
536
+        color: #6b5651;
537
+        font-size: px(36);
538
+        line-height: 1.5;
539
+        padding: px(10);
540
+        margin-left: px(60);
541
+        margin-bottom: px(30);
542
+        margin-right: px(40);
543
+    }
520
 }
544
 }
521
 
545
 
522
 .caption {
546
 .caption {