1234567891011121314151617181920212223242526272829 |
- "use strict";
- var common_vendor = require("../common/vendor.js");
- const _sfc_main = {
- data() {
- return {
- imgurl: "https://cos.his.cdwjyyh.com/fs/20240808/86168944af9b47bb870461364f824ca6.jpg"
- };
- },
- onLoad(val) {
- },
- methods: {
- showImg() {
- var urls = [];
- urls.push(this.imgurl);
- common_vendor.index.previewImage({
- urls,
- current: 0
- });
- }
- }
- };
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
- return {
- a: common_vendor.o(($event) => $options.showImg()),
- b: $data.imgurl
- };
- }
- var MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-fe5a8e24"], ["__file", "E:/Project/2023/\u95EE\u8BCA\u5E73\u53F0/his_user_miniapp/pages_user/price.vue"]]);
- wx.createPage(MiniProgramPage);
|