feat:兼容小程序
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<view class="content-two">
|
||||
|
||||
<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)">
|
||||
<template #indicator>
|
||||
<view class="indicator-num">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<view class="content-two">
|
||||
|
||||
<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)">
|
||||
<template #indicator>
|
||||
<view class="indicator-num">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<view class="content-two">
|
||||
|
||||
<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)">
|
||||
<template #indicator>
|
||||
<view class="indicator-num">
|
||||
|
||||
@@ -415,7 +415,7 @@ export default {
|
||||
console.log("onExpress", itemId);
|
||||
// let expressId =
|
||||
uni.navigateTo({
|
||||
url: `/pages/rwa_package/setting/express?id=${itemId}`,
|
||||
url: `/pages/rwa_package/express/express?id=${itemId}`,
|
||||
});
|
||||
},
|
||||
onNextRefund() {
|
||||
|
||||
@@ -1613,7 +1613,7 @@ export default {
|
||||
|
||||
.product_but_right {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
flex: 1;
|
||||
|
||||
.but_comm {
|
||||
|
||||
Reference in New Issue
Block a user