shish hace 10 meses
padre
commit
1b8830fcd6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      hdApp/src/admin/home/workbench.vue

+ 3 - 3
hdApp/src/admin/home/workbench.vue

@@ -1033,17 +1033,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+"\n\n链接是我们小程序,放心点击"
       }
       }
       //相册
       //相册
       if(this.urlNo == 2){
       if(this.urlNo == 2){
         currentShortUrl = this.shortUrlList['imgUrl']
         currentShortUrl = this.shortUrlList['imgUrl']
-        text = "点击下面链接,打开相册\n\n"+currentShortUrl
+        text = "点击下面链接,打开相册\n\n"+currentShortUrl+"\n\n链接是我们小程序,放心点击"
       }
       }
       //绿植花材商城
       //绿植花材商城
       if(this.urlNo == 3){
       if(this.urlNo == 3){
         currentShortUrl = this.shortUrlList['itemUrl']
         currentShortUrl = this.shortUrlList['itemUrl']
-        text = "点击下面链接,打开商城\n\n"+currentShortUrl
+        text = "点击下面链接,打开商城\n\n"+currentShortUrl+"\n\n链接是我们小程序,放心点击"
       }
       }
       uni.setClipboardData({
       uni.setClipboardData({
         data: text,
         data: text,