店铺详情下拉刷新优化,下载邀请图片功能添加

This commit is contained in:
2022-06-17 16:46:47 +08:00
291 changed files with 8562 additions and 3004 deletions

View File

@@ -11,7 +11,8 @@
</view>
</view>
<view class="uni-share-button-box">
<button class="uni-share-button" @click="close">{{cancelText}}</button>
<!-- <button class="uni-share-button" @click="close">{{cancelText}}</button> -->
<button class="uni-share-button" @click="close">再想想</button>
</view>
</view>
</template>
@@ -50,9 +51,9 @@
name: 'wxcircle'
},
{
text: 'QQ',
text: '下载图片',
icon: require('@/static/icon/share_icon_02.png'),
name: 'qq'
name: 'download'
},
// {
// text: '新浪',

View File

@@ -1,8 +1,5 @@
'use strict';
exports.main = async (event, context) => {
//event为客户端上传的参数
console.log('event : ', event)
let res = {};
let data = event.data;