Merge remote-tracking branch 'remotes/origin/dev/1.0' into dev/1.0
This commit is contained in:
@@ -98,7 +98,8 @@ export default {
|
||||
markers: [],
|
||||
Form: {
|
||||
realname: "",
|
||||
mobile: ""
|
||||
mobile: "",
|
||||
remark: ""
|
||||
},
|
||||
ismessage: 0,
|
||||
video_url: ""
|
||||
@@ -263,6 +264,7 @@ export default {
|
||||
success: (res) => {
|
||||
this.$refs.informationPopup.close();
|
||||
this.$util.showToast({ title: res.message });
|
||||
this.resetForm();
|
||||
},
|
||||
fail: (err) => {
|
||||
console.log(err);
|
||||
@@ -280,7 +282,15 @@ export default {
|
||||
closeinformationPopup() {
|
||||
this.ismessage = 0;
|
||||
this.$refs.informationPopup.close();
|
||||
this.resetForm();
|
||||
},
|
||||
resetForm() {
|
||||
this.Form = {
|
||||
realname: "",
|
||||
mobile: "",
|
||||
remark: ""
|
||||
};
|
||||
},
|
||||
Tel(phone) {
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: phone + "",
|
||||
|
||||
Reference in New Issue
Block a user