From 34ef123035b2a38a08b04f01b45233b4ba2cc1b5 Mon Sep 17 00:00:00 2001 From: fengxinyhyl Date: Wed, 27 Mar 2024 23:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E4=BF=A1=E6=81=AF=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../systemForm/setSystem/modifyStoreInfo.vue | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/view/mer/src/views/systemForm/setSystem/modifyStoreInfo.vue b/view/mer/src/views/systemForm/setSystem/modifyStoreInfo.vue index 7155923..8b76022 100644 --- a/view/mer/src/views/systemForm/setSystem/modifyStoreInfo.vue +++ b/view/mer/src/views/systemForm/setSystem/modifyStoreInfo.vue @@ -132,8 +132,8 @@
-
建议尺寸:710*134px或710*460px(请根据平台要求选择尺寸,此图如未上传默认展示店铺背景图)
- +
建议尺寸:710*134px或710*460px(请根据平台要求选择尺寸,此图如未上传默认展示店铺背景图)
+
@@ -304,32 +304,32 @@
商户收入: - 56789 + {{ merData.assets.total }}
商户余额: - 56789 + {{ merData.assets.mer_money }}
商户冻结金额: - 56789 + {{ merData.assets.frozen_money }}
- 商户冻结积分: - 56789 + 商户可提现总金额: + {{ merData.assets.available_money }}
- 商户可提现总金额: - 56789 + 商户退款支出: + {{ merData.assets.refund_money }}
- 商户可提现消费积分部分: - 56789 + 商户福利积分: + {{ merData.assets.welfare }}
- 商户退款支出: - 56789 + 商户冻结积分: + {{ merData.assets.welfare_frozen }}
@@ -446,7 +446,7 @@ export default { // } // },100) // } - + // var checkPhone = (rule, value, callback) => { // if (value === '') { // callback(new Error('请输入电话号码')) @@ -570,7 +570,7 @@ export default { }, created() { this.getMapInfo() - + }, mounted: function() { @@ -647,7 +647,7 @@ export default { }) } else { that.uploadedQualifications = [] - } + } if(that.merData.is_margin == 1)(this.getCode()) }) }, @@ -702,7 +702,7 @@ export default { this.$message.error(rej.data.message) }) } - + }, // 获取支付二维码 getCode() { @@ -724,7 +724,7 @@ export default { getRecordList(){ let that = this that.loading = true; - marginRecordLst(that.tableFrom).then(async (res) => { + marginRecordLst(that.tableFrom).then(async (res) => { that.tableData.data = res.data.list; that.tableData.total = res.data.count; that.loading = false; @@ -1010,7 +1010,7 @@ export default { border-radius: 8px; padding: 10px; box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3); - + img{ width: 160px; height: 160px; @@ -1020,7 +1020,7 @@ export default { font-size: 16px; color: #303133; font-weight: normal; - + } .pay_price{ font-size: 18px; @@ -1035,7 +1035,7 @@ export default { .pay_time{ font-size: 12px; color: #6D7278; - + } }