Compare commits

..

No commits in common. "2866332d274de0962c009ad99bf2bb4d971c861f" and "cc1d99ad1c93b017515a024a4a33e4ceee273254" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@
<div class="footer">
<div class="btn">立即支付{{ totalMony }}</div>
<div class="btn" @click="craeteOrder">立即支付{{ totalMony }}</div>
</div>
</view>
@ -173,7 +173,7 @@ export default {
uni.requestPayment({
"provider": "wxpay",
"orderInfo": {
"appid": "wxb4018c78fa143450", //
"appid": "wxb4018c78fa143450", //
"noncestr": resCopy.nonceStr, //
"package": resCopy.package, //
"prepayid":resCopy.prepayId,

View File

@ -82,7 +82,7 @@
</div>
</view>
</template>
</template>
<script>
import { request, NavgateTo, menuButtonInfo } from '../../../utils';