shish 8 ماه پیش
والد
کامیت
bec7e15c24

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

@@ -166,7 +166,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/sk' })" 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/admin/shop/sk.vue

@@ -38,7 +38,7 @@
             <radio-group class="tui-input" @change="thirdSendFeeChange" style="display: flex; flex-wrap: wrap; gap: 30upx;">
               <label class="list" for="thirdSendFeeDf" style="display: flex; align-items: center; white-space: nowrap;">
                 <radio id="thirdSendFeeDf" value="0" :checked="thirdSendFee == 0" style="transform:scale(0.7,0.7)" />
-                <span class="checkbox-text">客户自或发货后补收</span>
+                <span class="checkbox-text">客户自或发货后补收</span>
               </label>
               <label class="list" for="thirdSendFeeZd" style="display: flex; align-items: center; white-space: nowrap;">
                 <radio id="thirdSendFeeZd" value="1" :checked="thirdSendFee == 1" style="transform:scale(0.7,0.7)" />

+ 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

@@ -101,7 +101,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/sk' })" class="line-cell" :hover="false" :arrow="true">
               <view class="tui-title">更多设置</view>

+ 1 - 1
hdApp/src/admin/shop/sk.vue

@@ -50,7 +50,7 @@
             <radio-group class="tui-input" @change="thirdSendFeeChange" style="display: flex; flex-wrap: wrap; gap: 30upx;">
               <label class="list" for="thirdSendFeeDf" style="display: flex; align-items: center; white-space: nowrap;">
                 <radio id="thirdSendFeeDf" value="0" :checked="thirdSendFee == 0" style="transform:scale(0.7,0.7)" />
-                <span class="checkbox-text">客户自或发货后补收</span>
+                <span class="checkbox-text">客户自或发货后补收</span>
               </label>
               <label class="list" for="thirdSendFeeZd" style="display: flex; align-items: center; white-space: nowrap;">
                 <radio id="thirdSendFeeZd" value="1" :checked="thirdSendFee == 1" style="transform:scale(0.7,0.7)" />

+ 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: {