浏览代码

抖音支付页面暂时换回原来之前

zhangyujun 2 年之前
父节点
当前提交
5d944f43a9
共有 1 个文件被更改,包括 2 次插入11 次删除
  1. 2 11
      src/otherPages/buyVip/index.vue

+ 2 - 11
src/otherPages/buyVip/index.vue

@@ -10,7 +10,9 @@
             () => {
               vipCodeVisible = true;
             }
+
           "
+
         >
           <view class="vip-item-icon"> <image :src="jihuoma"></image> </view>
           <text style="font-size: 26rpx; color: #498ef5; margin-left: 18rpx"
@@ -98,7 +100,6 @@
     </van-overlay>
   </view>
 </template>
-
 <script>
 import api from "@/api/index";
 import userHead from "./component/userHead.vue";
@@ -122,7 +123,6 @@ export default {
   },
   methods: {
     buy(e) {
-      //studentTtPrepareOrder
 
       //#ifdef MP-WEIXIN
       api.buy
@@ -184,15 +184,6 @@ export default {
     //#endif
   },
 };
-// import { getVipPrice, prepareOrder } from "@/api";
-// const goodsIndex = ref(1);
-// const goodsList = ref<any[]>([]);
-// getVipPrice().then((res) => {
-//   goodsList.value = res.data;
-// });
-// const buy = () => {
-//   prepareOrder(goodsList.value[goodsIndex.value].dictCode);
-// };
 </script>
 
 <style scoped lang="scss">