mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
积分商品流程完成,billpirce改为flowprice,必填项提示错误
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
style: {
|
||||
color: 'red'
|
||||
}
|
||||
}, "-" + params.row.variablePoint),
|
||||
}, params.row.variablePoint),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user