Эх сурвалжийг харах

Merge branch 'feature/4.9.81' of qmx/jy into feature/v4.9.81

zhangyuhan 7 сар өмнө
parent
commit
085b9f0cf6

+ 2 - 1
src/jfw/modules/app/src/web/templates/me/pay-mini.html

@@ -9,9 +9,10 @@
     try {
       var orderCode = {{.T.orderCode}}
       var price = {{.T.price}}
+      var doType = {{.T.doType}}
       if (window.navigator.userAgent.indexOf('miniProgram') !== -1) {
         wx.miniProgram.navigateTo({
-          url: `/pages/order/pay/index?id=${orderCode}&price=${price}&auto=1&time=`+ Date.now(),
+          url: `/pages/order/pay/index?id=${orderCode}&type=${doType}&price=${price}&auto=1&time=`+ Date.now(),
           complete: function () {
             setTimeout(() => {
               window.history.back()