@@ -82,6 +82,9 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage() {
-
+ return {
+ title: __wxConfig.accountInfo.nickname,
+ path: "/pages/index/index"
+ }
}
})
@@ -191,6 +191,9 @@ Page({
@@ -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>
@@ -88,6 +88,9 @@ Page({
@@ -87,6 +87,9 @@ Page({
@@ -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": {}