积分商品流程完成,billpirce改为flowprice,必填项提示错误

This commit is contained in:
mabo
2021-08-05 17:10:10 +08:00
parent 35881e30e0
commit 1f054b796d
15 changed files with 273 additions and 165 deletions

View File

@@ -17,14 +17,14 @@ export default {
* @description api请求基础路径
*/
api_dev: {
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
// seller: "https://store-api.pickmall.cn",
// manager: "https://admin-api.pickmall.cn"
common: 'http://192.168.0.100:8890',
buyer: 'http://192.168.0.100:8888',
seller: 'http://192.168.0.100:8889',
manager: 'http://192.168.0.100:8887'
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
// common: 'http://192.168.0.100:8890',
// buyer: 'http://192.168.0.100:8888',
// seller: 'http://192.168.0.100:8889',
// manager: 'http://192.168.0.100:8887'
},
api_prod: {
common: "https://common-api.pickmall.cn",

View File

@@ -42,7 +42,7 @@
</p>
<p class="item">
<span class="label">性别</span>
<span v-if="memberInfo.sex==1" class="info"></span>
<span v-if="memberInfo.sex===1" class="info"></span>
<span v-else class="info"></span>
</p>
<p class="item">
@@ -414,7 +414,6 @@
key: "beforePoint",
width: 150,
},
{
title: "变动积分",
key: "variablePoint",
@@ -434,10 +433,9 @@
style: {
color: 'red'
}
}, "-" + params.row.variablePoint),
}, params.row.variablePoint),
]);
}
}
},
{
@@ -483,7 +481,6 @@
} else if (params.row.orderType == "PINTUAN") {
return h('div', [h('span', {}, '拼团订单'),]);
}
}
},
{
@@ -538,7 +535,6 @@
}
}
},
{
title: "售后状态",
key: "groupAfterSaleStatus",

View File

@@ -106,7 +106,7 @@
style: {
color: 'red'
}
}, "-" + params.row.variablePoint),
}, params.row.variablePoint),
]);
}