替换打开小程序logo

This commit is contained in:
wangxiaowei
2026-04-22 10:58:46 +08:00
parent 7c784284ce
commit db9820b0e9

View File

@ -233,7 +233,7 @@
@click="My.handleServiceClick('distribution')">
<view
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
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')
} else if (type === 'distribution') {
uni.navigateToMiniProgram({
appId: 'wxa184cbbc1bbe7621',
appId: 'wx63e106209b842919',
path: 'pages/index/index', // 可选,跳转的页面路径
success(res) {
console.log('打开成功', res);