shish hace 7 meses
padre
commit
80bb2cf2cf

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -153,7 +153,7 @@
             </tui-list-cell>
 
             <tui-list-cell @click="pageTo({ url: '/admin/delivery/deliveryManage' })" class="line-cell" :hover="false" :arrow="true">
-              <view class="tui-title">绑定跑腿</view>
+              <view class="tui-title">跑腿设置</view>
             </tui-list-cell>
 
             <tui-list-cell @click="pageTo({ url: '/admin/shop/print' })" class="line-cell" :hover="false" :arrow="true">

+ 1 - 1
ghsApp/src/admin/shop/expressSet.vue

@@ -220,7 +220,7 @@ export default {
   },
   onShow() {
     uni.setNavigationBarTitle({
-      title: `绑定跑腿`,
+      title: `跑腿设置`,
     });
   },
   methods: {

+ 1 - 1
ghsApp/src/pages.json

@@ -226,7 +226,7 @@
 				{"path": "wl","style": {"navigationBarTitleText": "物流列表"}},
 				{"path": "myShop","style": {"navigationBarTitleText": "我的门店"}},
 				{"path": "renew","style": {"navigationBarTitleText": "续期与购买"}},
-				{"path": "expressSet","style": {"navigationBarTitleText": "绑定跑腿"}}
+				{"path": "expressSet","style": {"navigationBarTitleText": "跑腿设置"}}
 			]
 		},
 		{

+ 1 - 1
hdApp/src/admin/home/me.vue

@@ -98,7 +98,7 @@
                   <i class="iconfont iconxiangyou"></i>
                 </view>
                 <view class="menu-item" @click="pageTo({ url: '/admin/delivery/deliveryManage' })">
-                  <text class="item-label">绑定跑腿</text>
+                  <text class="item-label">跑腿设置</text>
                   <i class="iconfont iconxiangyou"></i>
                 </view>
               </view>

+ 1 - 1
hdApp/src/pages.json

@@ -580,7 +580,7 @@
 		{
 			"root": "admin/delivery",
 			"pages": [
-				{ "path": "deliveryManage", "style": { "navigationBarTitleText": "绑定跑腿" } },
+				{ "path": "deliveryManage", "style": { "navigationBarTitleText": "跑腿设置" } },
 				{ "path": "shopDetail", "style": { "navigationBarTitleText": "门店" } },
 				{ "path": "allDelivery", "style": { "navigationBarTitleText": "配送平台报价" } }
 			]

+ 1 - 1
hdApp/src/pagesStore/me/expressSet.vue

@@ -221,7 +221,7 @@ export default {
   },
   onShow() {
     uni.setNavigationBarTitle({
-      title: `绑定跑腿`,
+      title: `跑腿设置`,
     });
   },
   methods: {