zhaojs
2023-07-31 49edf3b5b18597aacc3c05529712fbbe9720a805
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
  data() {
    return {
      webshow: true,
      empowerModel: false,
      webviewUrl: "",
      user: "",
      webviewStyles: {
        progress: {
          color: "#EE1B14"
        }
      }
    };
  },
  onLoad(options) {
    this.webviewUrl = encodeURI("https://dfgh5.ushopvip.com/pages/wxkf/index");
  },
  onReady() {
  },
  methods: {}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  return {
    a: $data.webviewStyles
  };
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/OPProject/TK_H5_Web/pages/wxkf/kfweb.vue"]]);
wx.createPage(MiniProgramPage);