@@ -9,7 +9,7 @@ import {
mini_env,
getQueryVariable
} from '@/common/utils/util'
-
+import wx from 'weixin-js-sdk'
import api from '@/common/http/'
var getUserValTimeId = null
import store from '@/store/index.js'
@@ -1,3 +1,4 @@
const fsm = wx.getFileSystemManager()
const FILE_BASE_NAME = 'tmp_base64src' //自定义文件名
@@ -1,5 +1,5 @@
// 不含icon提示框
export const toast = str => {
return new Promise((resolve, reject) => {
@@ -81,6 +81,7 @@ const sysInfo = uni.getSystemInfoSync()
import tag from '@/components/tag.vue'
import zjPageFill from '@/components/zj-page-container/zj-page-fill.vue'
export default {
components: {
tag,
@@ -64,6 +64,7 @@
<script>
// #ifdef H5
data() {
return {
@@ -56,6 +56,7 @@
</template>