替换打开小程序logo
This commit is contained in:
@ -233,7 +233,7 @@
|
|||||||
@click="My.handleServiceClick('distribution')">
|
@click="My.handleServiceClick('distribution')">
|
||||||
<view
|
<view
|
||||||
class="service-icon-wrapper relative h-96rpx w-96rpx flex items-center justify-center rounded-16rpx bg-[#FFFFFF]">
|
class="service-icon-wrapper relative h-96rpx w-96rpx flex items-center justify-center rounded-16rpx bg-[#FFFFFF]">
|
||||||
<wd-img width="48rpx" height="48rpx" :src="`${OSS}images/chayishi/earn_money.png`" />
|
<wd-img width="48rpx" height="48rpx" :src="`${OSS}images/chayishi/chazhi_shop_logo.png`" />
|
||||||
<!-- 角标 -->
|
<!-- 角标 -->
|
||||||
<view
|
<view
|
||||||
class="distribution-badge absolute right-8rpx top-8rpx flex items-center justify-center rounded-4rpx bg-[#FF0000] px-4rpx py-1rpx">
|
class="distribution-badge absolute right-8rpx top-8rpx flex items-center justify-center rounded-4rpx bg-[#FF0000] px-4rpx py-1rpx">
|
||||||
@ -361,7 +361,7 @@
|
|||||||
router.navigateTo('/pages/my/travel-record')
|
router.navigateTo('/pages/my/travel-record')
|
||||||
} else if (type === 'distribution') {
|
} else if (type === 'distribution') {
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
appId: 'wxa184cbbc1bbe7621',
|
appId: 'wx63e106209b842919',
|
||||||
path: 'pages/index/index', // 可选,跳转的页面路径
|
path: 'pages/index/index', // 可选,跳转的页面路径
|
||||||
success(res) {
|
success(res) {
|
||||||
console.log('打开成功', res);
|
console.log('打开成功', res);
|
||||||
|
|||||||
Reference in New Issue
Block a user