feat:兼容小程序

This commit is contained in:
2026-07-23 14:02:58 +08:00
parent 41dd085e98
commit e128b5b4a8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<view class="content-two"> <view class="content-two">
<view class="product_info_header_warp"> <view class="product_info_header_warp">
<up-swiper :list="swiperList" class="product_info_header_swiper" @click="onSwiper" <up-swiper :list="swiperList" height="660rpx" class="product_info_header_swiper" @click="onSwiper"
@change="(e) => (currentNum = e.current)"> @change="(e) => (currentNum = e.current)">
<template #indicator> <template #indicator>
<view class="indicator-num"> <view class="indicator-num">
@@ -2,7 +2,7 @@
<view class="content-two"> <view class="content-two">
<view class="product_info_header_warp"> <view class="product_info_header_warp">
<up-swiper :list="swiperList" class="product_info_header_swiper" @click="onSwiper" <up-swiper :list="swiperList" height="660rpx" class="product_info_header_swiper" @click="onSwiper"
@change="(e) => (currentNum = e.current)"> @change="(e) => (currentNum = e.current)">
<template #indicator> <template #indicator>
<view class="indicator-num"> <view class="indicator-num">
+1 -1
View File
@@ -2,7 +2,7 @@
<view class="content-two"> <view class="content-two">
<view class="product_info_header_warp"> <view class="product_info_header_warp">
<up-swiper :list="swiperList" class="product_info_header_swiper" @click="onSwiper" <up-swiper :list="swiperList" height="660rpx" class="product_info_header_swiper" @click="onSwiper"
@change="(e) => (currentNum = e.current)"> @change="(e) => (currentNum = e.current)">
<template #indicator> <template #indicator>
<view class="indicator-num"> <view class="indicator-num">
+2 -2
View File
@@ -415,7 +415,7 @@ export default {
console.log("onExpress", itemId); console.log("onExpress", itemId);
// let expressId = // let expressId =
uni.navigateTo({ uni.navigateTo({
url: `/pages/rwa_package/setting/express?id=${itemId}`, url: `/pages/rwa_package/express/express?id=${itemId}`,
}); });
}, },
onNextRefund() { onNextRefund() {
@@ -856,7 +856,7 @@ export default {
// 这个链接需要后端调用腾讯电子签 API 获取 // 这个链接需要后端调用腾讯电子签 API 获取
uni.navigateToMiniProgram({ uni.navigateToMiniProgram({
appId: "wxa023b292fd19d41d", // 腾讯电子签官方小程序的 appId appId: "wxa023b292fd19d41d", // 腾讯电子签官方小程序的 appId
path:"pages/guide?id="+this.flowId, path: "pages/guide?id=" + this.flowId,
// path: signPath, // 跳转到的页面路径 + 参数 // path: signPath, // 跳转到的页面路径 + 参数
extraData: {}, // 如果需要传额外参数 extraData: {}, // 如果需要传额外参数
envVersion: "release", // 小程序版本 release / trial / develop envVersion: "release", // 小程序版本 release / trial / develop
@@ -1613,7 +1613,7 @@ export default {
.product_but_right { .product_but_right {
display: flex; display: flex;
justify-content: end; justify-content: flex-end;
flex: 1; flex: 1;
.but_comm { .but_comm {