|
|
@@ -61,7 +61,7 @@
|
|
|
<view class="py-5 fs-20 font-bold">{{ activity.title }}</view>
|
|
|
<view class="d-flex justify-between align-center">
|
|
|
<view class="flex-column">
|
|
|
- <view class="text-gray-5 py-10 ps-5">{{ activity.categoryName }}</view>
|
|
|
+ <view class="py-10 ps-5 text-gray-5">{{ activity.categoryName }}</view>
|
|
|
<view class="py-5 ">
|
|
|
<view class="text-gray-8 d-fcv">
|
|
|
<i class="iconfont icon-home-fill text-gray-8 pe-5 fs-20"></i>
|
|
|
@@ -69,7 +69,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <vb-share :title="activity.title" :path="`/sub-page/activity/detail?id=${activity.activityId}`" :type="1"></vb-share>
|
|
|
+ <vb-share :title="activity.title" :path="`/sub-page/activity/detail?id=${activity.activityId}`" :type="0"></vb-share>
|
|
|
</view>
|
|
|
<view class="my-10 p-10 br-8 bg-gray-2">
|
|
|
<view class="activity-text">
|
|
|
@@ -259,6 +259,8 @@ const qrType = ref("AD")
|
|
|
const qrLogo = ref("/static/logos/yz_logo.png")
|
|
|
const qrSize = ref(300)
|
|
|
const showQrCodeBox = ref(false)
|
|
|
+
|
|
|
+
|
|
|
const qrcode = computed(() => {
|
|
|
return {
|
|
|
id: qrType.value + activityId.value,
|
|
|
@@ -439,6 +441,7 @@ onLoad((e:any) => {
|
|
|
onShow(loadData)
|
|
|
</script>
|
|
|
|
|
|
+
|
|
|
<style scoped lang="scss">
|
|
|
.activity-text{
|
|
|
display: flex;
|