|
|
@@ -69,8 +69,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import QRCode from 'qrcodejs2';
|
|
|
-import { getWxPayCode, queryWxPayStatus } from "@/api/pay";
|
|
|
-import { homeData, MidAutumnSignIn } from "@/api/allApi";
|
|
|
+import { homeData,getWxPayCode,queryWxPayStatus } from "@/api/KaijiangSpecial";
|
|
|
import SiderInfo from '@/components/SiderInfo.vue';
|
|
|
export default {
|
|
|
components: {
|
|
|
@@ -80,7 +79,7 @@ export default {
|
|
|
return {
|
|
|
actId: this.$route.query.actId,
|
|
|
rule: '',
|
|
|
- top: '1',
|
|
|
+ top: '',
|
|
|
isCloseWrapper: false,
|
|
|
isRuleWrapper: false,
|
|
|
isDim: false,
|
|
|
@@ -112,7 +111,7 @@ export default {
|
|
|
},
|
|
|
handlePayWxQRcode() { // 获取微信支付二维码
|
|
|
getWxPayCode({ // 这里根据不同的后端接口去修改
|
|
|
- integral: this.money * 10,
|
|
|
+ // integral: this.money * 10,
|
|
|
totalFee: this.money,
|
|
|
}).then(res => {
|
|
|
let data = res.data.data;
|
|
|
@@ -182,12 +181,6 @@ export default {
|
|
|
this.handlePayWxQRcode();
|
|
|
})
|
|
|
},
|
|
|
- clickConfirm() {
|
|
|
- MidAutumnSignIn({ actId: this.actId }).then(response => {
|
|
|
- this.isDim = true;
|
|
|
- this.isCloseWrapper = true;
|
|
|
- })
|
|
|
- },
|
|
|
clickIpay() {
|
|
|
this.$router.push({
|
|
|
path: '/ipay',
|