Prechádzať zdrojové kódy

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 rok pred
rodič
commit
90e95b74e2

+ 1 - 1
src/views/secondHandMall/orderManagement/add.vue

@@ -121,7 +121,7 @@ export default {
         options: [
           { label: '到店支付', value: "CASH" },
           { label: '转账支付', value: "TRANSFER" },
-          { label: '微信支付', value: "WECHAT" },
+          // { label: '微信支付', value: "WECHAT" },
         ],
         md: 6,
         attributes: { disabled: this.disabled },