|
@@ -7,12 +7,12 @@
|
|
|
</u-navbar>
|
|
|
<!-- <u-link href="http://www.uviewui.com">蜀道难,难于上青天</u-link> -->
|
|
|
<view class="page-content">
|
|
|
- <swiper class="swiper"
|
|
|
+ <swiper class="swiper"
|
|
|
autoplay
|
|
|
:interval="5000"
|
|
|
:duration="500"
|
|
|
circular indicator-dots style="border-radius: 20rpx;overflow: hidden;height: 200px">
|
|
|
- <swiper-item v-for="(data, index) in swiperList"
|
|
|
+ <swiper-item v-for="(data, index) in swiperList"
|
|
|
style="width: 100%;height: 100%;" :key="index">
|
|
|
<view class="swiper-item" style="width: 100%;height: 100%;" @click="itemClick(data)">
|
|
|
<image :src="data.imgUrl" mode="aspectFill" style="width: 100%;height: 100%;"></image>
|
|
@@ -128,7 +128,8 @@
|
|
|
import {
|
|
|
onReady,
|
|
|
onLoad,
|
|
|
- onShow
|
|
|
+ onShow,
|
|
|
+ onShareAppMessage
|
|
|
} from '@dcloudio/uni-app'
|
|
|
import {
|
|
|
useAuthStore
|
|
@@ -309,7 +310,7 @@ import { msg, msgSuccess } from '../../utils/common'
|
|
|
if (data.id === 'index') {
|
|
|
// jlrzsUrl.value = 'https://www.gzrea.cn:8089/start/534C6DA13FDBAD13479F099E9FC873DF/4D3433353936/'
|
|
|
const src = encodeURIComponent(jlrzsUrl.value);
|
|
|
-
|
|
|
+
|
|
|
uni.navigateTo({
|
|
|
url: `/pages/webview/webview?url=${src}`
|
|
|
});
|
|
@@ -436,6 +437,15 @@ import { msg, msgSuccess } from '../../utils/common'
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
+ // 测试
|
|
|
+ // onShareAppMessage(async (res) => {
|
|
|
+ // // console.log(processedImage)
|
|
|
+ // return {
|
|
|
+ // title: 'fenxiang',
|
|
|
+ // path: `/pages/index/index`,
|
|
|
+ // imageUrl: 'https://www.gzrea.org.cn/upload/news/2025/07/08b94d42b95bed40c987fe252852ba348ace99348105088a.jpg'
|
|
|
+ // };
|
|
|
+ // })
|
|
|
onLoad(() => {
|
|
|
init()
|
|
|
// uni.setBackgroundColor({
|