|
@@ -536,6 +536,14 @@ export default {
|
|
|
this.showShopName()
|
|
this.showShopName()
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
+ onShareAppMessage(res) {
|
|
|
|
|
+ return {
|
|
|
|
|
+ title: "花掌柜",
|
|
|
|
|
+ desc: "",
|
|
|
|
|
+ imageUrl: "",
|
|
|
|
|
+ path: "admin/home/workbench",
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
methods: {
|
|
methods: {
|
|
|
getMallData(){
|
|
getMallData(){
|
|
|
getWeixinId().then(res => {
|
|
getWeixinId().then(res => {
|
|
@@ -884,17 +892,17 @@ export default {
|
|
|
//花束商城
|
|
//花束商城
|
|
|
if(this.urlNo == 1){
|
|
if(this.urlNo == 1){
|
|
|
currentShortUrl = this.shortUrlList['goodsUrl']
|
|
currentShortUrl = this.shortUrlList['goodsUrl']
|
|
|
- text = "点击下面链接,打开【花束商城】挑选\n\n"+currentShortUrl
|
|
|
|
|
|
|
+ text = "点击下面链接,打开商城\n\n"+currentShortUrl
|
|
|
}
|
|
}
|
|
|
//图集
|
|
//图集
|
|
|
if(this.urlNo == 2){
|
|
if(this.urlNo == 2){
|
|
|
currentShortUrl = this.shortUrlList['imgUrl']
|
|
currentShortUrl = this.shortUrlList['imgUrl']
|
|
|
- text = "点击下面链接,打开【图集】挑选\n\n"+currentShortUrl
|
|
|
|
|
|
|
+ text = "点击下面链接,打开图集\n\n"+currentShortUrl
|
|
|
}
|
|
}
|
|
|
//绿植花材商城
|
|
//绿植花材商城
|
|
|
if(this.urlNo == 3){
|
|
if(this.urlNo == 3){
|
|
|
currentShortUrl = this.shortUrlList['itemUrl']
|
|
currentShortUrl = this.shortUrlList['itemUrl']
|
|
|
- text = "点击下面链接,打开【绿植花材商城】挑选\n\n"+currentShortUrl
|
|
|
|
|
|
|
+ text = "点击下面链接,打开商城\n\n"+currentShortUrl
|
|
|
}
|
|
}
|
|
|
uni.setClipboardData({
|
|
uni.setClipboardData({
|
|
|
data: text,
|
|
data: text,
|