首页修改

This commit is contained in:
魏啾
2024-05-08 19:37:19 +08:00
parent 56863dd624
commit 9d6e4bb57c
36 changed files with 1003 additions and 288 deletions

View File

@@ -103,14 +103,14 @@
},
onShow() {
// uni.$on('businesscategorys', res => {
// console.log(res);
// this.form.mcc = res.code;
// this.form.article = res.name;
// this.keyword = uni.cache.get('keyword')
// // this.form.contactLine = res.unionpayCode
// // this.form.branchName = res.branchName
// });
uni.$on('businesscategorys', res => {
console.log(res);
this.form.mcc = res.code;
this.form.article = res.name;
this.keyword = uni.cache.get('keyword')
// this.form.contactLine = res.unionpayCode
// this.form.branchName = res.branchName
});
},
methods: {
showpopupclick() {