From 9180ee865bd39b9d5011ff1191396c39537d1fbe Mon Sep 17 00:00:00 2001 From: lfs3 Date: Tue, 23 Jul 2019 03:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/month-card.vue | 1 + src/view/order-check.vue | 1 + src/view/order-detail.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/src/view/month-card.vue b/src/view/month-card.vue index 93171b0..a641dbf 100644 --- a/src/view/month-card.vue +++ b/src/view/month-card.vue @@ -75,6 +75,7 @@ import couponModel from "../models/coupon-model"; import configs from "../configs"; import { Alert, Toast, Popup, Picker } from "vux"; +import Qs from 'qs'; var strCookie = document.cookie; var cookieName = "1hjz_mall_login_access_token="; diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 2c42224..3c02c95 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -94,6 +94,7 @@ import backHeader from "../components/back-header.vue"; import orderApi from "../models/order-model.js"; var qs = require("qs"); +import Qs from 'qs'; export default { data() { return { diff --git a/src/view/order-detail.vue b/src/view/order-detail.vue index 5abd937..b76513f 100644 --- a/src/view/order-detail.vue +++ b/src/view/order-detail.vue @@ -97,6 +97,7 @@