Commit f46131b2 authored by 小耗子's avatar 小耗子

商城支付

parent 1161180a
......@@ -50,8 +50,7 @@
"style" :
{
"navigationBarTitleText": "支付",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
"enablePullDownRefresh": false
}
}
......
<template>
<view>
<sh-custom-nav :info="info" ></sh-custom-nav>
<!-- <sh-custom-nav :info="info" ></sh-custom-nav> -->
<view class="pay-container" v-if="!isPay">
<view class="money-box"><text class="money">{{actuallyPay}}</text></view>
<u-button @click="pay" shape="circle" type="primary" text="确认支付" color="#61b077"></u-button>
......@@ -25,10 +25,10 @@
</template>
<script>
import http from '@/shopro/request/index';
import shCustomNav from '@/components/sh-custom-nav/sh-custom-nav';
// import shCustomNav from '@/components/sh-custom-nav/sh-custom-nav';
export default {
components:{
shCustomNav
// shCustomNav
},
data() {
return {
......@@ -45,9 +45,10 @@
},
methods: {
goPath(path){
uni.navigateTo({
url: `/pages/h5/index?appointPage=${path}`
})
// uni.navigateTo({
// url: `/pages/h5/index?appointPage=${path}`
// })
// history.back(1)
},
// 支付结果查询
payResult(){
......
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