liyongli 1 年之前
父節點
當前提交
1fe6dc62e2
共有 6 個文件被更改,包括 18 次插入18 次删除
  1. 4 1
      pages/admin/index.js
  2. 4 1
      pages/downZS/index.js
  3. 1 1
      pages/downZS/index.wxml
  4. 4 1
      pages/expert/index.js
  5. 4 1
      pages/userData/index.js
  6. 1 13
      project.private.config.json

+ 4 - 1
pages/admin/index.js

@@ -82,6 +82,9 @@ Page({
    * 用户点击右上角分享
    */
   onShareAppMessage() {
-
+    return {
+      title: __wxConfig.accountInfo.nickname,
+      path: "/pages/index/index"
+    }
   }
 })

+ 4 - 1
pages/downZS/index.js

@@ -191,6 +191,9 @@ Page({
    * 用户点击右上角分享
    */
   onShareAppMessage() {
-
+    return {
+      title: __wxConfig.accountInfo.nickname,
+      path: "/pages/index/index"
+    }
   }
 })

+ 1 - 1
pages/downZS/index.wxml

@@ -1,7 +1,7 @@
 <!--pages/downZS/index.wxml-->
 <view class="downZS">
   <Container>
-    <swiper style="height:545rpx" 	bindchange="change">
+    <swiper indicator-dots="{{true}}"	indicator-color="#ffffff"	indicator-active-color="#91725d" style="height:545rpx" 	bindchange="change">
       <swiper-item wx:for="{{ls_url}}" wx:key="index">
         <image class="imge" src="{{item.url}}" mode="aspectFit"></image>
       </swiper-item>

+ 4 - 1
pages/expert/index.js

@@ -88,6 +88,9 @@ Page({
    * 用户点击右上角分享
    */
   onShareAppMessage() {
-
+    return {
+      title: __wxConfig.accountInfo.nickname,
+      path: "/pages/index/index"
+    }
   }
 })

+ 4 - 1
pages/userData/index.js

@@ -87,6 +87,9 @@ Page({
    * 用户点击右上角分享
    */
   onShareAppMessage() {
-
+    return {
+      title: __wxConfig.accountInfo.nickname,
+      path: "/pages/index/index"
+    }
   }
 })

+ 1 - 13
project.private.config.json

@@ -5,17 +5,5 @@
     "compileHotReLoad": true,
     "urlCheck": true
   },
-  "condition": {
-    "miniprogram": {
-      "list": [
-        {
-          "name": "pages/downZS/index",
-          "pathName": "pages/downZS/index",
-          "query": "",
-          "launchMode": "default",
-          "scene": null
-        }
-      ]
-    }
-  }
+  "condition": {}
 }