|
@@ -214,10 +214,10 @@
|
|
|
isCheckedBeans:false, // 是否抵扣采美豆
|
|
|
isCouponModel:false, // 兑换优惠券成功提示
|
|
|
ExchangeCouponData:{}, // 兑换优惠券信息
|
|
|
- contentModalText: '采购金额过小,将扣除500采美豆,建议您前往采美旗下“呵呵商城”小程序购买小额商品。', //操作文字提示语句
|
|
|
+ contentModalText: '采购金额过小,将扣除500采美豆,建议您前往采美旗下“颜选美学”小程序购买小额商品。', //操作文字提示语句
|
|
|
modalButton: [
|
|
|
{
|
|
|
- text: '前往呵呵商城',
|
|
|
+ text: '前往颜选美学',
|
|
|
type: 'gray',
|
|
|
plain: true //是否空心
|
|
|
},
|
|
@@ -538,11 +538,11 @@
|
|
|
orderSubmitMit(){// 提交订单按钮点击事件
|
|
|
if(this.allPrice <1000){
|
|
|
this.showModal = true
|
|
|
- this.contentModalText = '采购金额过小,将扣除500采美豆,建议您前往采美旗下“呵呵商城”小程序购买小额商品。' //操作文字提示语句
|
|
|
+ this.contentModalText = '采购金额过小,将扣除500采美豆,建议您前往采美旗下“颜选美学”小程序购买小额商品。' //操作文字提示语句
|
|
|
this.showModalstauts = 1
|
|
|
this.modalButton= [
|
|
|
{
|
|
|
- text: '前往呵呵商城',
|
|
|
+ text: '前往颜选美学',
|
|
|
type: 'gray',
|
|
|
plain: true //是否空心
|
|
|
},
|
|
@@ -621,7 +621,7 @@
|
|
|
this.confirmParam.orderInvoice = JSON.parse(this.confirmParam.orderInvoice)
|
|
|
if(error.code == -3){// 已提交2个小于1000元的订单提示
|
|
|
this.showModal = true
|
|
|
- this.contentModalText = '您已有2个采购金额过小的订单,本次不能再进行采购。建议您前往采美旗下“呵呵商城”小程序购买小额商品。' //操作文字提示语句
|
|
|
+ this.contentModalText = '您已有2个采购金额过小的订单,本次不能再进行采购。建议您前往采美旗下“颜选美学”小程序购买小额商品。' //操作文字提示语句
|
|
|
this.showModalstauts = 3
|
|
|
this.modalButton=[
|
|
|
{
|
|
@@ -630,7 +630,7 @@
|
|
|
plain: true //是否空心
|
|
|
},
|
|
|
{
|
|
|
- text: '前往呵呵商城',
|
|
|
+ text: '前往颜选美学',
|
|
|
customStyle: {
|
|
|
color: '#fff',
|
|
|
bgColor: 'linear-gradient(90deg, #F28F31 0%, #E15616 100%)'
|
|
@@ -640,7 +640,7 @@
|
|
|
]
|
|
|
}else if(error.code == -4){// 采美豆为负数
|
|
|
this.showModal = true
|
|
|
- this.contentModalText = '采美豆不足,不能提交订单。建议您前往采美旗下“呵呵商城”小程序购买小额商品。' //操作文字提示语句
|
|
|
+ this.contentModalText = '采美豆不足,不能提交订单。建议您前往采美旗下“颜选美学”小程序购买小额商品。' //操作文字提示语句
|
|
|
this.showModalstauts = 3
|
|
|
this.modalButton=[
|
|
|
{
|
|
@@ -649,7 +649,7 @@
|
|
|
plain: true //是否空心
|
|
|
},
|
|
|
{
|
|
|
- text: '前往呵呵商城',
|
|
|
+ text: '前往颜选美学',
|
|
|
customStyle: {
|
|
|
color: '#fff',
|
|
|
bgColor: 'linear-gradient(90deg, #F28F31 0%, #E15616 100%)'
|
|
@@ -691,7 +691,7 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- handleClickHeHeMiniApplet(){ // 跳转呵呵商城小程序
|
|
|
+ handleClickHeHeMiniApplet(){ // 跳转颜选美学小程序
|
|
|
uni.navigateToMiniProgram({
|
|
|
appId: 'wx2c3b0a7f343235b1',
|
|
|
path: '/pages/tabBar/index/index',
|