Commit 64b0c1d6 authored by youjie's avatar youjie

no message

parent bee3584b
...@@ -599,7 +599,9 @@ export default { ...@@ -599,7 +599,9 @@ export default {
return txt; return txt;
}, },
init(){ init(){
uni.showLoading() uni.showLoading({
title: '加载中...',
})
this.apipost("b2b_get_GetB2BTravelInfoNoDes", this.msg, (res) => { this.apipost("b2b_get_GetB2BTravelInfoNoDes", this.msg, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
res.data.tempImgCover = JSON.parse(res.data.imgCover); res.data.tempImgCover = JSON.parse(res.data.imgCover);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment