Merge remote-tracking branch 'remotes/origin/dev/1.0' into dev/1.0

This commit is contained in:
2026-01-07 11:50:41 +08:00
18 changed files with 224 additions and 63 deletions

View File

@@ -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 + "",