shish пре 2 месеци
родитељ
комит
25c71c62a9

+ 1 - 1
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -5,7 +5,7 @@
           <view class="profile-section">
             <image class="workbench-header-bg" :src="constant.hostUrl + '/image//workbench-header-bg.webp'" mode="aspectFill"></image>
             <view class="status-safe-area" :style="{ height: statusBarHeight + 'px' }"></view>
-            <view class="custom-nav">
+            <view class="custom-nav" @click="pageTo({ url: '/admin/home/edit' })">
               <text class="custom-nav-title">{{ workbenchTitle }}</text>
             </view>
             <view class="function-grid function-grid--overlay">

+ 3 - 0
hdApp/src/admin/home/edit.vue

@@ -31,6 +31,9 @@ export default {
 			},
 		}
 	},
+	onLoad() {
+		this.init()
+	},
 	methods: {
 		init(){
 			currentShop().then(res=>{

+ 1 - 1
hdApp/src/pages.json

@@ -13,7 +13,7 @@
 		{"path": "admin/home/privacy","style": {"navigationBarTitleText": "隐私政策"}},
 		{ "path": "admin/home/me", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true} },
 		{ "path": "admin/home/moneyChangeList", "style": { "navigationBarTitleText": "变动明细", "enablePullDownRefresh": true } },
-		{ "path": "admin/home/edit", "style": { "navigationBarTitleText": "花店信息" } },
+		{ "path": "admin/home/edit", "style": { "navigationBarTitleText": "花店名称修改" } },
 		{"path": "common/success","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
 		{"path": "common/webview","style": {"navigationBarTitleText": "网页","navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
 	],