Merge branch 'master' of https://git.hshuishang.com/qiaojiale/uniapp-ZHSQ into feature/yi

This commit is contained in:
赵毅 2025-07-21 10:40:56 +08:00
commit 2866332d27
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

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