Merge branch 'master' of https://git.hshuishang.com/qiaojiale/uniapp-ZHSQ into feature/yi
This commit is contained in:
commit
2866332d27
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="btn" @click="craeteOrder">立即支付¥{{ totalMony }}</div>
|
<div class="btn">立即支付¥{{ totalMony }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@ -173,7 +173,7 @@ export default {
|
|||||||
uni.requestPayment({
|
uni.requestPayment({
|
||||||
"provider": "wxpay",
|
"provider": "wxpay",
|
||||||
"orderInfo": {
|
"orderInfo": {
|
||||||
"appid": "wxb4018c78fa143450", //
|
"appid": "wxb4018c78fa143450", //
|
||||||
"noncestr": resCopy.nonceStr, // 随机字符串
|
"noncestr": resCopy.nonceStr, // 随机字符串
|
||||||
"package": resCopy.package, // 固定值
|
"package": resCopy.package, // 固定值
|
||||||
"prepayid":resCopy.prepayId,
|
"prepayid":resCopy.prepayId,
|
||||||
|
|||||||
@ -82,7 +82,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { request, NavgateTo, menuButtonInfo } from '../../../utils';
|
import { request, NavgateTo, menuButtonInfo } from '../../../utils';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user