更新
This commit is contained in:
parent
558e4844c6
commit
1a05002050
@ -238,7 +238,7 @@
|
||||
icon: '/static/applet/icons.png',
|
||||
data: {
|
||||
id: "__UNI__D087881",
|
||||
url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/c5a3b202312221802534062.wgt",
|
||||
url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/3b1b1202312230957197588.wgt",
|
||||
},
|
||||
type: 4
|
||||
}
|
||||
|
@ -338,6 +338,7 @@
|
||||
import {
|
||||
HTTP_REQUEST_URL
|
||||
} from '@/config/app';
|
||||
import { Toast } from '../../../libs/uniApi';
|
||||
const app = getApp();
|
||||
export default {
|
||||
components: {
|
||||
@ -805,8 +806,9 @@
|
||||
that.merchantData.social_credit_code = res.data.register_number;
|
||||
// that.$set('merchantData', that.merchantData);
|
||||
uni.hideLoading();
|
||||
}).catch(()=>{
|
||||
}).catch((e)=>{
|
||||
uni.hideLoading();
|
||||
Toast(e)
|
||||
})
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user