mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 06:06:43 +08:00
Merge branch 'hotfix/移动展业问题件功能测试问题修改' into dev
# Conflicts: # .gitignore # src/assets/js/utils/request.js # src/config/urlMap.js # src/router/ebiz/index.js
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
node_modules
|
||||
dist
|
||||
|
||||
.eslintrc.js
|
||||
.prettierrc
|
||||
|
||||
@@ -102,6 +102,26 @@ let whiteList = [
|
||||
...preserve,
|
||||
...productStore
|
||||
]
|
||||
// 卡单
|
||||
let cardList = []
|
||||
|
||||
// 续期
|
||||
let renewalManage = [
|
||||
'/renewal/getRenewalList' //续期列表查询
|
||||
]
|
||||
|
||||
let whiteList = [
|
||||
'/customer/agent/getCustomersList',
|
||||
...proposal,
|
||||
...sale,
|
||||
...agentEnter,
|
||||
...claims,
|
||||
...survey,
|
||||
...manpower,
|
||||
...productStore,
|
||||
...preserve,
|
||||
...renewalManage
|
||||
]
|
||||
|
||||
// 创建axios实例
|
||||
const service = axios.create({
|
||||
|
||||
@@ -251,8 +251,10 @@ export default {
|
||||
this.invalidList.push(item)
|
||||
}
|
||||
}
|
||||
if (this.invalidList.length) {
|
||||
this.invalidFinishedText = '没有更多了...'
|
||||
}
|
||||
}
|
||||
} else {
|
||||
this.invalidFinishedText = ''
|
||||
this.$toast(result.resultMessage)
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
</div>
|
||||
<!-- <div class="bottom-btn bg-white" v-if="uwResult == '46'">
|
||||
<van-button type="danger" size="large" @click="goback" v-no-more-click="1000">返回投保单列表</van-button>
|
||||
<!-- <van-button type="danger" style="width: 50vw" size="normal" @click="submit" v-no-more-click="1000">提交人工核保</van-button> -->
|
||||
<!-- </div> -->
|
||||
<van-button type="danger" style="width: 50vw" size="normal" @click="submit" v-no-more-click="1000">提交人工核保</van-button>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -74,6 +74,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
@@ -93,6 +94,7 @@ export default {
|
||||
}
|
||||
that.uwResult = window.localStorage.getItem('uwResult')
|
||||
that.underWriteData = JSON.parse(window.localStorage.getItem('underWriteData'))
|
||||
console.log('resultMessage: ', window.localStorage.getItem('resultMessage'))
|
||||
},
|
||||
methods: {
|
||||
// 返回电子投保单列表
|
||||
|
||||
Reference in New Issue
Block a user