no message
This commit is contained in:
@@ -597,13 +597,14 @@ export default {
|
||||
},
|
||||
getValue,
|
||||
onShare(index){
|
||||
let tmp = `【信任桥】消费共享数字化权益 ${SHARE_URL}/#/pages/other_package/productInfo/productInfo?id=${this.id} ${this.orderInfo.name}`;
|
||||
if(index == 0){
|
||||
// WXSceneTimeline
|
||||
uni.share({
|
||||
provider:'weixin',
|
||||
scene:'WXSceneSession',
|
||||
type:1,
|
||||
summary:`${SHARE_URL}/#/pages/other_package/productInfo/productInfo?id=${this.id}`,
|
||||
summary:tmp,
|
||||
|
||||
})
|
||||
this.onClose()
|
||||
@@ -612,7 +613,7 @@ export default {
|
||||
provider:'weixin',
|
||||
scene:'WXSceneTimeline',
|
||||
type:1,
|
||||
summary:`${SHARE_URL}/#/pages/other_package/productInfo/productInfo?id=${this.id}`,
|
||||
summary:tmp,
|
||||
|
||||
})
|
||||
}else if(index == 2){
|
||||
@@ -624,7 +625,13 @@ export default {
|
||||
},1000)
|
||||
this.onClose()
|
||||
}else if(index == 4){
|
||||
func.myToast('暂未开放')
|
||||
return func.myToast('暂未开放');
|
||||
uni.share({
|
||||
provider:'qq',
|
||||
type:1,
|
||||
summary:tmp,
|
||||
|
||||
})
|
||||
}
|
||||
},
|
||||
async onDraw(){
|
||||
|
||||
Reference in New Issue
Block a user