|
|
@@ -68,13 +68,15 @@ export default {
|
|
|
pic_id : 0,
|
|
|
};
|
|
|
},
|
|
|
+ onShow() {
|
|
|
+ this.supplyInfo.phone = getApp().globalData.user_phone;
|
|
|
+ },
|
|
|
methods: {
|
|
|
submit() {
|
|
|
if (this.imgIdList.length > 0){
|
|
|
this.pic_id = this.imgIdList[0];
|
|
|
}
|
|
|
if (
|
|
|
- this.supplyInfo.name === "" ||
|
|
|
this.supplyInfo.phone === ""
|
|
|
) {
|
|
|
uni.showToast({
|