|
@@ -1,24 +1,23 @@
|
|
|
<route lang="json5">
|
|
<route lang="json5">
|
|
|
{
|
|
{
|
|
|
|
|
+ layout: 'demo',
|
|
|
style: { navigationBarTitleText: '微信分享' },
|
|
style: { navigationBarTitleText: '微信分享' },
|
|
|
}
|
|
}
|
|
|
</route>
|
|
</route>
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
- <view class="m-10 text-center">
|
|
|
|
|
- <view class="text-green">微信分享页</view>
|
|
|
|
|
- <view class="text-green-500">请在微信小程序中体验,或者开发者工具</view>
|
|
|
|
|
- <view>1) 默认是不激活”发送给朋友“和”分享到朋友圈“的,如下图</view>
|
|
|
|
|
- <image
|
|
|
|
|
- src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/wx-share/wx-share-before.png"
|
|
|
|
|
- mode="widthFix"
|
|
|
|
|
- />
|
|
|
|
|
- <view>2) 增加了onShareAppMessage和onShareTimeline后,就可以微信分享了,如下图</view>
|
|
|
|
|
- <image
|
|
|
|
|
- src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/wx-share/wx-share-after.png"
|
|
|
|
|
- mode="widthFix"
|
|
|
|
|
- />
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="text-green">微信分享页</view>
|
|
|
|
|
+ <view class="text-green-500">请在微信小程序中体验,或者开发者工具</view>
|
|
|
|
|
+ <view>1) 默认是不激活”发送给朋友“和”分享到朋友圈“的,如下图</view>
|
|
|
|
|
+ <image
|
|
|
|
|
+ src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/wx-share/wx-share-before.png"
|
|
|
|
|
+ mode="widthFix"
|
|
|
|
|
+ />
|
|
|
|
|
+ <view>2) 增加了onShareAppMessage和onShareTimeline后,就可以微信分享了,如下图</view>
|
|
|
|
|
+ <image
|
|
|
|
|
+ src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/wx-share/wx-share-after.png"
|
|
|
|
|
+ mode="widthFix"
|
|
|
|
|
+ />
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|