Commit 3e313944 authored by 罗超's avatar 罗超

1

parent 44d45fbf
......@@ -7,8 +7,8 @@
:style="{
height: height + unit
}">
<swiper-item class="u-swiper-item" v-for="(item, index) in list" :key="index" @tap="listClick(index)">
<view class="u-list-image-wrap" :class="[current != index ? 'u-list-scale' : '']" :style="{
<swiper-item class="u-swiper-item" v-for="(item, index) in list" :key="index" >
<view @click="listClick(index)" class="u-list-image-wrap" :class="[current != index ? 'u-list-scale' : '']" :style="{
borderRadius: `${borderRadius}rpx`,
transform: effect3d && current != index ? 'scaleY(0.9)' : 'scaleY(1)',
margin: effect3d && current != index ? '0 20rpx' : 0
......
......@@ -503,7 +503,6 @@ export default {
(res) => {
if (res.data) {
this.$utils.SubscribeMsgAli(() => {
console.log(477, that.goPayAli);
that.goPayAli(res.data, item);
});
} else {
......
......@@ -503,7 +503,6 @@ export default {
(res) => {
if (res.data) {
this.$utils.SubscribeMsgAli(() => {
console.log(477, that.goPayAli);
that.goPayAli(res.data, item);
});
} else {
......@@ -522,7 +521,7 @@ export default {
tradeNO: tradeNO,
success: function (res) {
console.log("success", res);
const list = ["8000", "9000"];
const list = ["9000"];
if (list.includes(res.resultCode)) {
let obj = {
TradeNo: tradeNO,
......
......@@ -936,7 +936,7 @@ export default {
tradeNO: tradeNO,
success: function (res) {
console.log("success", res);
const list = ["8000", "9000"];
const list = ["9000"];
if (list.includes(res.resultCode)) {
let cbObj = {
TradeNo: tradeNO,
......
......@@ -906,7 +906,7 @@ export default {
tradeNO: tradeNO,
success: function (res) {
console.log("success", res);
const list = ["8000", "9000"];
const list = ["9000"];
if (list.includes(res.resultCode)) {
let obj = {
TradeNo: tradeNO,
......
......@@ -58,6 +58,7 @@ function SubscribeMsgAli(cb) {
cb();
return;
}
console.log('ids', ids);
requestSubscribeMessage({ // 触发消息订阅弹框
entityIds: ids, // 模板消息id,
callback(res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment