文案修改
This commit is contained in:
parent
17aa16a972
commit
9467c9ef58
@ -224,7 +224,7 @@ Page({
|
|||||||
}else{
|
}else{
|
||||||
wx.showToast({
|
wx.showToast({
|
||||||
icon:'error',
|
icon:'error',
|
||||||
title: data.message,
|
title: data.message||'发生错误',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.setData(_setData);
|
this.setData(_setData);
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<image class="icon" src="/assets/imgs/share/icon1.png"/>
|
<image class="icon" src="/assets/imgs/share/icon1.png"/>
|
||||||
</view>
|
</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="title">好友首单奖励</view>
|
<view class="title">好友后续订单</view>
|
||||||
<view class="sub-title">
|
<view class="sub-title">
|
||||||
好友每完成后续订单,您将获得<label class="point">3积分</label>奖励
|
好友每完成后续订单,您将获得<label class="point">3积分</label>奖励
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user