@@ -1415,7 +1436,7 @@
>上一步
下一步
{
this.setSort()
})
@@ -1907,6 +1928,9 @@ export default {
}
},
mounted() {
+ if(this.$store.state.user.wholesale==0){
+ delete this.attrVal.wholesale_price
+ }
this.getCategorySelect()
this.getCategoryList()
this.getBrandListApi()
@@ -1943,19 +1967,19 @@ export default {
methods: {
setSort() {
// ref一定跟table上面的ref一致
- const el = this.$refs.tableParameter.$el.querySelectorAll(
- '.el-table__body-wrapper > table > tbody'
- )[0]
- this.sortable = Sortable.create(el, {
- ghostClass: 'sortable-ghost',
- setData: function(dataTransfer) {
- dataTransfer.setData('Text', '')
- },
- // 监听拖拽事件结束时触发
- onEnd: evt => {
- this.elChangeExForArray(evt.oldIndex, evt.newIndex, this.formValidate.params)
- }
- })
+ // const el = this.$refs.tableParameter.$el.querySelectorAll(
+ // '.el-table__body-wrapper > table > tbody'
+ // )[0]
+ // this.sortable = Sortable.create(el, {
+ // ghostClass: 'sortable-ghost',
+ // setData: function(dataTransfer) {
+ // dataTransfer.setData('Text', '')
+ // },
+ // // 监听拖拽事件结束时触发
+ // onEnd: evt => {
+ // this.elChangeExForArray(evt.oldIndex, evt.newIndex, this.formValidate.params)
+ // }
+ // })
},
elChangeExForArray(index1, index2, array) {
const temp = array[index1]
@@ -2958,8 +2982,21 @@ export default {
if (tit === "1" && num === "pi") {
_this.oneFormBatch[0].image = img[0];
}
+ if (tit === "3") {
+ // console.log('选择的', _this.formValidate?.content, img)
+ let image = _this.formValidate.content.image ? _this.formValidate.content.image : [];
+ _this.formValidate.content = {
+ image: [...image, ...img],
+ title: _this.formValidate.content.title
+ }
+ console.log('选择好的', _this.formValidate.content)
+ }
}, tit);
},
+ // 删除详情图片
+ deleteContentImg(index) {
+ this.formValidate.content.image.splice(index, 1)
+ },
handleSubmitUp() {
this.currentTab = (Number(this.currentTab) - 1).toString();
},
diff --git a/src/views/systemForm/setSystem/modifyStoreInfo.vue b/src/views/systemForm/setSystem/modifyStoreInfo.vue
index ab562d3..9e5fe57 100644
--- a/src/views/systemForm/setSystem/modifyStoreInfo.vue
+++ b/src/views/systemForm/setSystem/modifyStoreInfo.vue
@@ -149,7 +149,7 @@
说明: 申请退回保证金则视为关闭店铺,请谨慎操作!
线上支付的保证金 {{online}}元会原路返回
-
+
线下支付的保证金{{offline}}元,会通过下方账号信息返回,请务必确认下方您的收款信息真实有效,以确保资金可顺利退回,感谢配合!
@@ -210,8 +210,8 @@
-
建议尺寸:710*134px或710*460px(请根据平台要求选择尺寸,此图如未上传默认展示店铺背景图)
-
+ 建议尺寸:710*134px或710*460px(请根据平台要求选择尺寸,此图如未上传默认展示店铺背景图)
+
@@ -490,7 +490,7 @@ export default {
// }
// },100)
// }
-
+
// var checkPhone = (rule, value, callback) => {
// if (value === '') {
// callback(new Error('请输入电话号码'))
@@ -628,7 +628,7 @@ export default {
},
created() {
this.getMapInfo()
-
+
},
mounted: function() {
@@ -707,7 +707,7 @@ export default {
})
} else {
that.uploadedQualifications = []
- }
+ }
if(that.merData.is_margin == 1)(this.getCode())
})
},
@@ -780,7 +780,7 @@ export default {
this.submitLoading = false
this.$message.error(rej.data.message)
})
- }
+ }
},
// 获取支付二维码
getCode() {
@@ -817,7 +817,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;
@@ -845,7 +845,7 @@ export default {
marginRefund()
.then((res) => {
that.bankValidate = res.data.info
- that.offline = res.data.offline
+ that.offline = res.data.offline
that.online = res.data.online
if(Number(res.data.offline) <= 0){
marginRefundApply(this.bankValidate)
@@ -1023,7 +1023,7 @@ export default {
margin-top: 10px;
color: #282828;
font-size: 13px;
- line-height: 26px;
+ line-height: 26px;
}
.red{
color:rgb(237, 64, 20);;
@@ -1133,7 +1133,7 @@ export default {
border-radius: 8px;
padding: 10px;
box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
-
+
img{
width: 160px;
height: 160px;
@@ -1143,7 +1143,7 @@ export default {
font-size: 16px;
color: #303133;
font-weight: normal;
-
+
}
.pay_price{
font-size: 18px;
@@ -1158,7 +1158,7 @@ export default {
.pay_time{
font-size: 12px;
color: #6D7278;
-
+
}
}