添加代码
This commit is contained in:
+19
-7
@@ -19,8 +19,12 @@ const _sfc_main = {
|
||||
// 银行卡号
|
||||
bankName: null,
|
||||
// 所属银行
|
||||
bankMobile: null
|
||||
bankMobile: null,
|
||||
// 银行预留手机号码
|
||||
certFimg: null,
|
||||
// 正面
|
||||
certBimg: null
|
||||
// 反面
|
||||
},
|
||||
formList: [
|
||||
{
|
||||
@@ -128,10 +132,17 @@ const _sfc_main = {
|
||||
message: "提交成功"
|
||||
});
|
||||
setTimeout(() => {
|
||||
common_vendor.index.switchTab({
|
||||
url: "/pages/mine/mine"
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/merchant_settlement_ok/merchant_settlement_ok"
|
||||
});
|
||||
}, 1e3);
|
||||
},
|
||||
getValue(type, value) {
|
||||
if (type === "Z") {
|
||||
this.form.certFimg = value;
|
||||
} else if (type === "F") {
|
||||
this.form.certBimg = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -157,7 +168,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
c: common_vendor.o(($event) => $data.form.address = $event),
|
||||
d: common_vendor.p({
|
||||
placeholder: "请输入店铺名称",
|
||||
placeholder: "请输入店铺地址",
|
||||
clearable: true,
|
||||
border: "none",
|
||||
modelValue: $data.form.address
|
||||
@@ -178,7 +189,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
f: item.id
|
||||
};
|
||||
}),
|
||||
f: common_vendor.f($data.bankList, (item, k0, i0) => {
|
||||
f: common_vendor.o($options.getValue),
|
||||
g: common_vendor.f($data.bankList, (item, k0, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: "2001dd84-4-" + i0,
|
||||
@@ -194,8 +206,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
f: item.id
|
||||
};
|
||||
}),
|
||||
g: common_vendor.o((...args) => $options.addFun && $options.addFun(...args)),
|
||||
h: common_vendor.sr("uToastRef", "2001dd84-5")
|
||||
h: common_vendor.o((...args) => $options.addFun && $options.addFun(...args)),
|
||||
i: common_vendor.sr("uToastRef", "2001dd84-5")
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2001dd84"]]);
|
||||
|
||||
Reference in New Issue
Block a user