Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
uni.setNavigationBarTitle({title: "东盛e家"})
|
||||
uni.setNavigationBarTitle({title: "数字巫溪"})
|
||||
},
|
||||
onLoad() {
|
||||
this.autoLogin().then(() => {
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '欢迎使用东盛e家~',
|
||||
title: '欢迎使用数字巫溪~',
|
||||
path: `/pages/AppHome/AppHome`
|
||||
}
|
||||
},
|
||||
|
||||
@@ -175,7 +175,7 @@ export default {
|
||||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '欢迎使用数字乡村治理服务一体化平台~',
|
||||
title: '欢迎使用数字巫溪治理服务一体化平台~',
|
||||
path: `/pages/AppModules/AppModules`
|
||||
}
|
||||
},
|
||||
|
||||
@@ -103,6 +103,9 @@ export default {
|
||||
methods: {
|
||||
tabClick(index) {
|
||||
this.currentTab = index
|
||||
if(!this.currentTab) {
|
||||
this.getInfo()
|
||||
}
|
||||
},
|
||||
getInfo() {
|
||||
this.$loading()
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<h2>所属网格</h2>
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<AiPagePicker type="gird" v-model="form.girdId" :params="{formType:2}" @select="handleSelectGrid" nodeKey="id">
|
||||
<AiPagePicker type="gird" v-model="form.girdId" :params="{formType:2, axiosUrl:'/app/appgirdinfo/listAllByWuxi'}" @select="handleSelectGrid" nodeKey="id">
|
||||
<AiMore v-model="form.girdName"/>
|
||||
</AiPagePicker>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user