|
@@ -90,8 +90,8 @@ export default {
|
|
|
*/
|
|
|
onFormSubmit(values) {
|
|
|
this.confirmLoading = true
|
|
|
- // let content = 'Hi,您收到一张米卡,打开微信搜索小程序“元生昌优选”,进入“我的-我的米卡”进行激活,激活码:{'+this.cardList.coupon_code+'},欢迎您的使用。'
|
|
|
- let content = 'Hi,您收到一张米卡,打开微信搜索小程序“元生昌优选”,进入“我的-我的米卡”激活,激活码:{'+this.cardList.coupon_code+'},欢迎您使用。退回T'
|
|
|
+ // let content = 'Hi,您收到一张米卡,打开微信搜索小程序“原味公明腊肠优选”,进入“我的-我的米卡”进行激活,激活码:{'+this.cardList.coupon_code+'},欢迎您的使用。'
|
|
|
+ let content = 'Hi,您收到一张米卡,打开微信搜索小程序“原味公明腊肠优选”,进入“我的-我的米卡”激活,激活码:{'+this.cardList.coupon_code+'},欢迎您使用。退回T'
|
|
|
Api.sms({ mobiles : values.mobile, content: content})
|
|
|
.then(result => {
|
|
|
// 显示成功
|