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