111
This commit is contained in:
@@ -396,7 +396,7 @@
|
||||
<view
|
||||
class="orderstatusbtn orderstatusbtn_success"
|
||||
v-if="slotProps.row.orderStatus == 0"
|
||||
@click.native.stop="goPay(slotProps.row)"
|
||||
@click.stop="goPay(slotProps.row)"
|
||||
>继续付款</view
|
||||
>
|
||||
<view
|
||||
@@ -587,14 +587,14 @@
|
||||
@close="isShowMore = false"
|
||||
@select="selectClick"
|
||||
></u-action-sheet>
|
||||
<music-play :playData="playData"></music-play>
|
||||
<!-- <music-play :playData="playData"></music-play> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import $http from "@/config/requestConfig.js";
|
||||
import emotion from "@/bkhumor-emojiplus/components/bkhumor-emojiplus/bkhumor-emojiplus.vue";
|
||||
import musicPlay from "@/components/music.vue";
|
||||
// import musicPlay from "@/components/music.vue";
|
||||
import { setPay, setPayAssign, setWXPay } from "@/config/utils";
|
||||
// import { data } from 'jquery';
|
||||
import { mapState, mapMutations } from "vuex";
|
||||
@@ -719,6 +719,7 @@ export default {
|
||||
// });
|
||||
},
|
||||
async onShow() {
|
||||
uni.hideTabBar();
|
||||
this.newList = [];
|
||||
this.pagination = {
|
||||
page: 1, //页码
|
||||
@@ -998,7 +999,9 @@ export default {
|
||||
} else {
|
||||
this.iphonepay(payItem);
|
||||
}
|
||||
}
|
||||
}else if (payItem.paymentMethod == 4){
|
||||
console.log('天医币二次支付')
|
||||
}
|
||||
},
|
||||
// 取消订单
|
||||
canceOrder(item) {
|
||||
@@ -1255,7 +1258,7 @@ export default {
|
||||
},
|
||||
},
|
||||
components: {
|
||||
musicPlay,
|
||||
// musicPlay,
|
||||
emotion,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user