暂存代码
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+7
-7
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -8,7 +8,7 @@
|
||||
"name": "德商汇",
|
||||
"version": {
|
||||
"name": "1.0.1",
|
||||
"code": 106
|
||||
"code": 109
|
||||
},
|
||||
"description": "德商汇优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
||||
"developer": {
|
||||
@@ -134,7 +134,7 @@
|
||||
"uni-app": {
|
||||
"control": "uni-v3",
|
||||
"vueVersion": "3",
|
||||
"compilerVersion": "4.55",
|
||||
"compilerVersion": "4.64",
|
||||
"nvueCompiler": "uni-app",
|
||||
"renderer": "auto",
|
||||
"nvue": {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"version":3,"file":"common.js","sources":["api/common.js"],"sourcesContent":["import request from '@/utils/request.js'; // 引入封装的方法\r\n// import { APPID } from '@/utils/config.js';\r\n\r\n\r\n// 获取短信验证码\r\nexport function getUserList(data) {\r\n\t// data.appId = APPID;\r\n\treturn request({\r\n\t url: \"/common/getSmsCode\",\r\n\t method: \"post\",\r\n\t data,\r\n\t });\r\n}\r\n\r\n// 查询级联地区\r\nexport function getCascadeRegion(data) {\r\n\treturn request({\r\n\t url: \"/common/getCascadeRegion\",\r\n\t method: \"get\",\r\n\t data,\r\n\t });\r\n}\r\n \r\n // 查询级联类目\r\n export function getCascadeCategory(data) {\r\n \treturn request({\r\n \t url: \"/common/getCascadeCategory\",\r\n \t method: \"get\",\r\n \t data,\r\n\t\tisShowLoading:false,\r\n \t });\r\n }\r\n \r\n \r\n// 查询支持的银行\r\nexport function getSupportBank(data) {\r\n\treturn request({\r\n\t url: \"/common/getSupportBank\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n// 获取短信验证码\r\nexport function uploadImage(params) {\r\n\tconst formData = new FormData();\r\n\tformData.append(\"file\", params.file);\r\n\tformData.append(\"type\", params.type);\r\n\treturn request.post('/common/upload/image',formData);\r\n}\r\n\r\nexport const uploadImg = \"/common/upload/image\";\r\n\r\n\r\n/**\r\n * 检查版本更新\r\n * @param {Object} data\r\n */\r\nexport function checkAppVersion(data) {\r\n\treturn request({\r\n\t url: \"/common/checkAppVersion\",\r\n\t method: \"post\",\r\n\t data,\r\n\t});\r\n}"],"names":["request"],"mappings":";;AAKO,SAAS,YAAY,MAAM;AAEjC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAI;AACJ;AAGO,SAAS,iBAAiB,MAAM;AACtC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAI;AACJ;AAGQ,SAAS,mBAAmB,MAAM;AACxC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,IACJ,eAAc;AAAA,EAChB,CAAK;AACH;AAIK,SAAS,eAAe,MAAM;AACpC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAUY,MAAC,YAAY;AAOlB,SAAS,gBAAgB,MAAM;AACrC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;;;;;;;"}
|
||||
{"version":3,"file":"common.js","sources":["api/common.js"],"sourcesContent":["import request from '@/utils/request.js'; // 引入封装的方法\r\n// import { APPID } from '@/utils/config.js';\r\n\r\n\r\n// 获取短信验证码\r\nexport function getUserList(data) {\r\n\t// data.appId = APPID;\r\n\treturn request({\r\n\t url: \"/common/getSmsCode\",\r\n\t method: \"post\",\r\n\t data,\r\n\t });\r\n}\r\n\r\n// 查询级联地区\r\nexport function getCascadeRegion(data) {\r\n\treturn request({\r\n\t url: \"/common/getCascadeRegion\",\r\n\t method: \"get\",\r\n\t data,\r\n\t });\r\n}\r\n \r\n // 查询级联类目\r\n export function getCascadeCategory(data) {\r\n \treturn request({\r\n \t url: \"/common/getCascadeCategory\",\r\n \t method: \"get\",\r\n \t data,\r\n\t\tisShowLoading:false,\r\n \t });\r\n }\r\n \r\n \r\n// 查询支持的银行\r\nexport function getSupportBank(data) {\r\n\treturn request({\r\n\t url: \"/common/getSupportBank\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n// 获取短信验证码\r\nexport function uploadImage(params) {\r\n\tconst formData = new FormData();\r\n\tformData.append(\"file\", params.file);\r\n\tformData.append(\"type\", params.type);\r\n\treturn request.post('/common/upload/image',formData);\r\n}\r\n\r\nexport const uploadImg = \"/common/upload/image\";\r\n\r\n\r\n/**\r\n * 检查版本更新\r\n * @param {Object} data\r\n */\r\nexport function checkAppVersion(data) {\r\n\treturn request({\r\n\t url: \"/common/checkAppVersion\",\r\n\t method: \"post\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n\r\n/**\r\n * 查询分享海报\r\n * @param {Object} data\r\n */\r\nexport function getSharePoster(data) {\r\n\treturn request({\r\n\t url: \"/common/getSharePoster\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n/**\r\n * 生成分享海报\r\n * @param {Object} data\r\n */\r\nexport function generateSharePoster(data) {\r\n\treturn request({\r\n\t url: \"/common/generateSharePoster\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n/**\r\n * 查询APP轮播图\r\n * @param {Object} data\r\n */\r\nexport function getCarouselImage(data) {\r\n\treturn request({\r\n\t url: \"/common/getCarouselImage\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}"],"names":["request"],"mappings":";;AAKO,SAAS,YAAY,MAAM;AAEjC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAI;AACJ;AAGO,SAAS,iBAAiB,MAAM;AACtC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAI;AACJ;AAGQ,SAAS,mBAAmB,MAAM;AACxC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,IACJ,eAAc;AAAA,EAChB,CAAK;AACH;AAIK,SAAS,eAAe,MAAM;AACpC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAUY,MAAC,YAAY;AAOlB,SAAS,gBAAgB,MAAM;AACrC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAOO,SAAS,eAAe,MAAM;AACpC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAMO,SAAS,oBAAoB,MAAM;AACzC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAMO,SAAS,iBAAiB,MAAM;AACtC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;;;;;;;;;;"}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"news.js","sources":["api/news.js"],"sourcesContent":["import request from '@/utils/request.js'; // 引入封装的方法\r\n\r\n/**\r\n * 查询资讯列表\r\n * @param {Object} params\r\n */\r\nexport function getNewsList(params) {\r\n\treturn request({\r\n\t url: \"/fbusininfo/getList\",\r\n\t method: \"get\",\r\n\t data:params,\r\n\t});\r\n}\r\n\r\n/**\r\n * 查询资讯详情\r\n * @param {Object} params\r\n */\r\nexport function getNewsDetail(params) {\r\n\treturn request({\r\n\t url: \"/fbusininfo/getDetail\",\r\n\t method: \"get\",\r\n\t data:params,\r\n\t});\r\n}"],"names":["request"],"mappings":";;AAMO,SAAS,YAAY,QAAQ;AACnC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAK;AAAA,EACV,CAAE;AACF;AAMO,SAAS,cAAc,QAAQ;AACrC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAK;AAAA,EACV,CAAE;AACF;;;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"team.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
||||
{"version":3,"file":"team.js","sources":["api/team.js"],"sourcesContent":["import request from '@/utils/request.js'; // 引入封装的方法\r\n\r\n\r\n// 查询团队业绩\r\nexport function getPerformance(data) {\r\n\t// return request.post('/common/getSmsCode',qs.stringify(params));\r\n\treturn request({\r\n\t url: \"/teamsumm/getPerformance\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n// 查询团队概况\r\nexport function getJuniorSummary(data) {\r\n\t// return request.post('/common/getSmsCode',qs.stringify(params));\r\n\treturn request({\r\n\t url: \"/teamsumm/getJuniorSummary\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n// 查询团队概况\r\nexport function getCascadeJunior(data) {\r\n\t// return request.post('/common/getSmsCode',qs.stringify(params));\r\n\treturn request({\r\n\t url: \"/teamsumm/getCascadeJunior\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n// 查询账户类型\r\nexport function getAcctCategory(data) {\r\n\treturn request({\r\n\t url: \"/teamsumm/getAcctCategory\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n\r\n// 查询提成概况\r\nexport function getRewardSummary(data) {\r\n\treturn request({\r\n\t url: \"/teamsumm/getRewardSummary\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}\r\n\r\n// 查询提成记录\r\nexport function getRewardSummaryRecord(data) {\r\n\treturn request({\r\n\t url: \"/teamsumm/getRewardSummaryRecord\",\r\n\t method: \"get\",\r\n\t data,\r\n\t});\r\n}"],"names":["request"],"mappings":";;AAIO,SAAS,eAAe,MAAM;AAEpC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAGO,SAAS,iBAAiB,MAAM;AAEtC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAGO,SAAS,iBAAiB,MAAM;AAEtC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAGO,SAAS,gBAAgB,MAAM;AACrC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAIO,SAAS,iBAAiB,MAAM;AACtC,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;AAGO,SAAS,uBAAuB,MAAM;AAC5C,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR;AAAA,EACL,CAAE;AACF;;;;;;;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"app.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
||||
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\r\n export default {\r\n onLaunch: function() {\r\n console.log('App Launch')\r\n\t const res = uni.getSystemInfoSync();\r\n\t uni.setStorageSync('platform', res.platform);\r\n\t // #ifdef APP-PLUS \r\n\t // 获取应用版本信息\r\n\t plus.runtime.getProperty(plus.runtime.appid, function(inf) {\r\n\t \tuni.setStorageSync('version', inf.version); // 大版本号\r\n\t \tuni.setStorageSync('versionCode', inf.versionCode); // 小版本号\r\n\t });\r\n\t let uuid = plus.device.uuid;\r\n\t // #endif\r\n },\r\n onShow: function() {\r\n console.log('App Show')\r\n\t // 隐藏原生tabbar\r\n\t /*#ifdef APP-PLUS*/\r\n\t uni.hideTabBar({\r\n\t \tanimation: false\r\n\t })\r\n\t /*#endif*/\r\n },\r\n onHide: function() {\r\n console.log('App Hide')\r\n }\r\n }\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t@import \"@/uni_modules/uview-plus/index.scss\";\r\n\t@import '@/uni.scss';\r\n\t@import '@/common.scss';\r\n\t\r\n .container {\r\n padding: 15px;\r\n }\r\n\r\n button {\r\n margin-bottom: 15px;\r\n }\r\n img {\r\n width: 100%;\r\n height: auto; /* 保持图片比例 */\r\n }\r\n</style>\r\n","import App from './App'\nimport messages from './locale/index'\r\nimport uviewPlus from '@/uni_modules/uview-plus'\r\n\nlet i18nConfig = {\n locale: uni.getLocale(),\n messages\n}\n\n// #ifndef VUE3\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\r\n\r\nimport 'uview-plus/lib/style/index.scss' // 引入uView的样式\r\n\nVue.use(VueI18n)\nconst i18n = new VueI18n(i18nConfig)\nVue.config.productionTip = false\nApp.mpType = 'app'\nconst app = new Vue({\n i18n,\n ...App\n})\napp.$mount()\n// #endif\n\n// #ifdef VUE3\nimport { createSSRApp } from 'vue'\nimport { createI18n } from 'vue-i18n'\nconst i18n = createI18n(i18nConfig)\nexport function createApp() {\n const app = createSSRApp(App)\n app.use(i18n)\r\n app.use(uviewPlus)\r\n return {\n app\n }\n}\n// #endif\r\n"],"names":["uni","messages","createI18n","createSSRApp","App","uviewPlus"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACE,MAAK,YAAU;AAAA,EACb,UAAU,WAAW;AACnBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAC3B,UAAM,MAAMA,oBAAI;AAChBA,kBAAAA,MAAI,eAAe,YAAY,IAAI,QAAQ;AAAA,EASzC;AAAA,EACD,QAAQ,WAAW;AACjBA,kBAAAA,oCAAY,UAAU;AAAA,EAOvB;AAAA,EACD,QAAQ,WAAW;AACjBA,kBAAAA,oCAAY,UAAU;AAAA,EACxB;AACF;ACvBF,IAAI,aAAa;AAAA,EACf,QAAQA,cAAG,MAAC,UAAW;AAAA,EACzB,UAAEC,aAAQ;AACV;AAsBA,MAAM,OAAOC,cAAU,WAAC,UAAU;AAC3B,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC5B,MAAI,IAAI,IAAI;AACZ,MAAI,IAAIC,qCAAS;AACjB,SAAO;AAAA,IACL;AAAA,EACD;AACH;;;"}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"version":3,"file":"address.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2FkZHJlc3MudnVl"],"sourcesContent":["import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/address.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"address.js","sources":["components/address.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2FkZHJlc3MudnVl"],"sourcesContent":["<template>\n\t<view class=\"mine_address_warp\">\n\t\t<view \r\n\t\t\tv-for=\"item in addressList\" \r\n\t\t\t:key=\"item.id\" \r\n\t\t\t:class=\"selectAddress && selectAddress.id === item.id?'address_item address_item_sel':'address_item'\" \r\n\t\t\tv-if=\"addressList && addressList.length !==0\"\r\n\t\t\t@click=\"checkAddress(item)\"\r\n\t\t>\r\n\t\t\t<view class=\"address_item_country_name\">\r\n\t\t\t\t{{item.countryName}} {{item.provinceName}} {{item.cityName}} {{item.areaName}} \r\n\t\t\t</view>\r\n\t\t\t<view class=\"address_item_address\">\r\n\t\t\t\t{{item.address}} \r\n\t\t\t</view>\r\n\t\t\t<view class=\"address_item_info\">\r\n\t\t\t\t<view>{{item.name}}</view>\r\n\t\t\t\t<view style=\"margin-left: 20rpx;\">{{item.phone}}</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t<view v-else class=\"not_order_warp\">\r\n\t\t\t<view class=\"not_order_warp_img\"><up-image src=\"/static/common/not_search.png\" width=\"100\" height=\"100\" bgColor=\"#f1f6ff00\"></up-image></view>\r\n\t\t\t<view class=\"not_order_msg_warp\">暂时地址,快去地址管理添加吧~</view>\r\n\t\t</view>\r\n\t</view>\n</template>\n\n<script>\r\n\timport { getAddress,setAddressDefault,deleteAddress } from '@/api/address.js';\r\n\t\n\texport default {\n\t\tdata() {\n\t\t\treturn {\n\t\t\t\taddressList:[],\r\n\t\t\t\tselectAddress:{},\n\t\t\t}\n\t\t},\r\n\t\tmounted() {\r\n\t\t\tthis.getAddressList();\r\n\t\t},\n\t\tmethods: {\r\n\t\t\t// 添加地址\r\n\t\t\tjumpAddAddress(){\r\n\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\turl:'/pages/mine_address_add/mine_address_add',\r\n\t\t\t\t})\r\n\t\t\t},\r\n\t\t\t// 查询地址\r\n\t\t\tasync getAddressList(){\r\n\t\t\t\tconst res = await getAddress();\r\n\t\t\t\tif(res && res.bizcode === 100){\r\n\t\t\t\t\tthis.addressList = res.data;\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\tcheckAddress(item){\r\n\t\t\t\tthis.selectAddress = item;\r\n\t\t\t\tthis.$emit(\"valueFunc\", item);\r\n\t\t\t},\r\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\r\n\t\n\t.mine_address_warp{\r\n\t}\r\n\t.address_item{\r\n\t\tbackground: #FFFFFF;\r\n\t\tpadding: 30rpx;\r\n\t\tborder-bottom: 1rpx solid #9e9e9e26;\r\n\t}\r\n\t.address_item_sel{\r\n\t\tcolor: $app-bt-bj !important;\r\n\t\tbackground-color: #ff57220d;\r\n\t}\r\n\t.address_item_info{\r\n\t\tfont-size: 26rpx;\r\n\t\tcolor: #868383;\r\n\t\tdisplay: flex;\r\n\t}\r\n\t.address_item_address{\r\n\t\tfont-weight: bold;\r\n\t\tfont-size: 32rpx;\r\n\t\tcolor: #666666;\r\n\t\tmargin: 10rpx 0;\r\n\t}\r\n\t.address_item_country_name{\r\n\t\tcolor: #9E9E9E;\r\n\t\tfont-size: 22rpx;\r\n\t}\r\n</style>\n","import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/address.vue'\nwx.createComponent(Component)"],"names":["uni","getAddress"],"mappings":";;;AA8BC,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;AAAA,MACN,aAAY,CAAE;AAAA,MACd,eAAc,CAAE;AAAA,IACjB;AAAA,EACA;AAAA,EACD,UAAU;AACT,SAAK,eAAc;AAAA,EACnB;AAAA,EACD,SAAS;AAAA;AAAA,IAER,iBAAgB;AACfA,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAI;AAAA,OACJ;AAAA,IACD;AAAA;AAAA,IAED,MAAM,iBAAgB;AACrB,YAAM,MAAM,MAAMC,YAAAA;AAClB,UAAG,OAAO,IAAI,YAAY,KAAI;AAC7B,aAAK,cAAc,IAAI;AAAA,MACxB;AAAA,IACA;AAAA,IACD,aAAa,MAAK;AACjB,WAAK,gBAAgB;AACrB,WAAK,MAAM,aAAa,IAAI;AAAA,IAC5B;AAAA,EACF;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC1DD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"choiceness.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2Nob2ljZW5lc3MvY2hvaWNlbmVzcy52dWU"],"sourcesContent":["import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/choiceness/choiceness.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"choiceness.js","sources":["components/choiceness/choiceness.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2Nob2ljZW5lc3MvY2hvaWNlbmVzcy52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"choiceness_warp\">\r\n\t\t<view class=\"choiceness_title\">\r\n\t\t\t<up-image src=\"/static/common/jingxuan_left.png\" width=\"24\" height=\"8\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t\t<view class=\"choiceness_title_msg\">为您精选</view>\r\n\t\t\t<up-image src=\"/static/common/jingxuan_right.png\" width=\"24\" height=\"8\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t</view>\r\n\t\t<view class=\"choiceness_product\">\r\n\t\t\t<view v-for=\"item in productList\" :key=\"item.id\" class=\"choiceness_product_item\" @click=\"jumpInfo(item)\">\r\n\t\t\t\t<up-image :src=\"item.url\" width=\"100%\" height=\"140\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t\t\t<view class=\"product_item_name\">{{item.title}}</view>\r\n\t\t\t\t<view class=\"product_item_price\">\r\n\t\t\t\t\t<view class=\"price_\">\r\n\t\t\t\t\t\t<text>¥</text>\r\n\t\t\t\t\t\t<text style=\"color:36rpx;\">{{item.adPrice}}</text>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"price_sell\">已售{{item.sales}}件</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport { searchList } from '@/api/product.js';\r\n\t\r\n\texport default {\r\n\t\tname:\"choiceness\",\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tproductList:[]\r\n\t\t\t};\r\n\t\t},\r\n\t\tmounted() {\r\n\t\t\tthis.getSearchList();\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\t// \r\n\t\t\tjumpInfo(item){\r\n\t\t\t\tuni.navigateTo({\r\n\t\t\t\t url: '/pages/productInfo/productInfo?id='+item.id,\r\n\t\t\t\t})\r\n\t\t\t},\r\n\t\t\tasync getSearchList(){\r\n\t\t\t\tconst params={\r\n\t\t\t\t\tisRecomm:true,\r\n\t\t\t\t\tpage:1,\r\n\t\t\t\t\tpageSize:66,\r\n\t\t\t\t}\r\n\t\t\t\tconst resp = await searchList(params);\r\n\t\t\t\tif(resp && resp.bizcode === 100){\r\n\t\t\t\t\tthis.productList = resp.data\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.choiceness_warp{\r\n\t\tmargin-top: 50rpx;\r\n\t}\r\n\t.choiceness_title{\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\t.choiceness_title_msg{\r\n\t\t\tmargin: 0 18rpx;\r\n\t\t}\r\n\t}\r\n\t.choiceness_product{\r\n\t\tmargin-top: 40rpx;\r\n\t\tdisplay: flex;\r\n\t\tflex-wrap: wrap;\r\n\t\tjustify-content: space-between;\r\n\t\t.choiceness_product_item{\r\n\t\t\tbackground: #FFFFFF;\r\n\t\t\tbox-shadow: 0rpx 0rpx 10rpx 0rpx #EEEEEE;\r\n\t\t\tborder-radius: 24rpx;\r\n\t\t\twidth: 43%;\r\n\t\t\tmargin-bottom: 20rpx;\r\n\t\t\tpadding: 20rpx;\r\n\t\t}\r\n\t\t.product_item_name{\r\n\t\t\tfont-weight: bold;\r\n\t\t\tfont-size: 26rpx;\r\n\t\t\tcolor: #333333;\r\n\t\t\tmargin-top: 20rpx;\r\n\t\t}\r\n\t\t.product_item_price{\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: space-between;\r\n\t\t\talign-items: center;\r\n\t\t\tmargin-top: 10rpx;\r\n\t\t\t.price_{\r\n\t\t\t\tfont-weight: bold;\r\n\t\t\t\tfont-size: 26rpx;\r\n\t\t\t\tcolor: $app-bt-bj;\r\n\t\t\t}\r\n\t\t\t.price_sell{\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t\tfont-size: 18rpx;\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/choiceness/choiceness.vue'\nwx.createComponent(Component)"],"names":["uni","searchList"],"mappings":";;;AA0BC,MAAK,YAAU;AAAA,EACd,MAAK;AAAA,EACL,OAAO;AACN,WAAO;AAAA,MACN,aAAY,CAAC;AAAA;EAEd;AAAA,EACD,UAAU;AACT,SAAK,cAAa;AAAA,EAClB;AAAA,EACD,SAAS;AAAA;AAAA,IAER,SAAS,MAAK;AACbA,oBAAAA,MAAI,WAAW;AAAA,QACX,KAAK,uCAAqC,KAAK;AAAA,OAClD;AAAA,IACD;AAAA,IACD,MAAM,gBAAe;AACpB,YAAM,SAAO;AAAA,QACZ,UAAS;AAAA,QACT,MAAK;AAAA,QACL,UAAS;AAAA,MACV;AACA,YAAM,OAAO,MAAMC,uBAAW,MAAM;AACpC,UAAG,QAAQ,KAAK,YAAY,KAAI;AAC/B,aAAK,cAAc,KAAK;AAAA,MACzB;AAAA,IACD;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACtDD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"code-comm.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2NvZGUtY29tbS9jb2RlLWNvbW0udnVl"],"sourcesContent":["import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/code-comm/code-comm.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"code-comm.js","sources":["components/code-comm/code-comm.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2NvZGUtY29tbS9jb2RlLWNvbW0udnVl"],"sourcesContent":["<template>\r\n\t<view class=\"comm-input-warp\">\r\n\t\t<!-- #ifdef APP-PLUS -->\r\n\t\t\t<input\r\n\t\t\t :placeholder=\"$t('login.comm.code')\"\r\n\t\t\t border=\"false\"\r\n\t\t\t :v-model=\"modelValue\"\r\n\t\t\t\tcolor=\"#EEEEEE\"\r\n\t\t\t\ttype=\"number\"\r\n\t\t\t\t@input=\"$emit('update:modelValue', $event.detail.value)\"\r\n\t\t\t\tstyle=\"height: 64rpx;width: 70%;\"\r\n\t\t\t></input>\r\n\t\t<!-- #endif -->\r\n\t\t<!-- #ifdef MP -->\r\n\t\t\t<input\r\n\t\t\t :placeholder=\"$t('login.comm.code')\"\r\n\t\t\t border=\"false\"\r\n\t\t\t :v-model=\"modelValue\"\r\n\t\t\t\tcolor=\"#EEEEEE\"\r\n\t\t\t\ttype=\"number\"\r\n\t\t\t\t@input=\"$emit('update:modelValue', $event.target.value)\"\r\n\t\t\t\tstyle=\"height: 64rpx;width: 70%;\"\r\n\t\t\t></input>\r\n\t\t<!-- #endif -->\r\n\t\t<view class=\"code-warp\" v-if=\"countdown\">\r\n\t\t\t<up-count-down :time=\"60 * 1000\" format=\"ss\" @finish=\"getCode(false)\"></up-count-down> \r\n\t\t\t<text style=\"margin-left: 10rpx;\">s</text>\r\n\t\t\t<!-- <text style=\"margin-left: 10rpx;\">{{$t('login.comm.reacquire.code')}}</text> -->\r\n\t\t</view>\r\n\t\t<view v-else class=\"code-warp\" @click=\"getCode(true)\">\r\n\t\t\t<view>{{$t('login.comm.get.code')}}</view>\r\n\t\t</view>\r\n\t\t<up-toast ref=\"uToastRef\"></up-toast>\r\n\t</view>\r\n</template>\n\n<script>\r\n\timport { ref } from 'vue';\r\n\t\r\n\tconst uCodeRef = ref(null);\r\n\t\r\n\texport default {\r\n\t\tname: 'inputComm',\n\t\tprops: ['modelValue','codeNumberRef','emptyCountdownRef'],\r\n\t\twatch: {\r\n\t\t emptyCountdownRef(value,oldValue) {\r\n\t\t\t\tif(value){\r\n\t\t\t\t\tthis.countdown = true;\r\n\t\t\t\t}\r\n\t\t },\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tcountdown:false,\r\n\t\t\t\temptyCountdown:this.emptyCountdownRef,\r\n\t\t\t\tinputCss:{\r\n\t\t\t\t\t\"height\":'80rpx',\r\n\t\t\t\t\t\"background\": \"#F3F3F3FF\",\r\n\t\t\t\t\t\"border-radius\": \"30rpx\",\r\n\t\t\t\t\t\"border\": \"0rpx\",\r\n\t\t\t\t\t\"padding-left\": \"16px\",\r\n\t\t\t\t},\r\n\t\t\t}\r\n\t\t},\r\n\t\temits: ['update:modelValue'],\r\n\t\tmounted() {\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tgetCode(val){\r\n\t\t\t\tconst emptyCountdown = this.emptyCountdown;\r\n\t\t\t\tif(val){\r\n\t\t\t\t\tconst codeNumber = this.codeNumberRef;\r\n\t\t\t\t\tif(codeNumber){\r\n\t\t\t\t\t\tthis.$emit('getCode');\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t\tthis.$refs.uToastRef.show({\r\n\t\t\t\t\t\t\ttype: 'error',\r\n\t\t\t\t\t\t\tmessage: this.$t('login.comm.email'),\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t\treturn;\r\n\t\t\t\t\t}\r\n\t\t\t\t}else{\r\n\t\t\t\t\t// uni.dialog.showMessage('请输入邮箱');\r\n\t\t\t\t\tthis.$refs.uToastRef.show({\r\n\t\t\t\t\t\ttype: 'error',\r\n\t\t\t\t\t\tmessage: this.$t('login.comm.email'),\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t},\n\t};\r\n\n</script>\n\n<style lang=\"less\" scoped>\r\n\t.code-warp{\r\n\t\twidth: 30%;\r\n\t\ttext-align: right;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: flex-end;\r\n\t}\r\n\t.wrap {\r\n\t\tpadding: 24rpx;\r\n\t}\r\n</style>","import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/code-comm/code-comm.vue'\nwx.createComponent(Component)"],"names":["ref"],"mappings":";;AAuCkBA,cAAG,IAAC,IAAI;AAEzB,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO,CAAC,cAAa,iBAAgB,mBAAmB;AAAA,EACxD,OAAO;AAAA,IACH,kBAAkB,OAAM,UAAU;AACpC,UAAG,OAAM;AACR,aAAK,YAAY;AAAA,MAClB;AAAA,IACG;AAAA,EACJ;AAAA,EACD,OAAO;AACN,WAAO;AAAA,MACN,WAAU;AAAA,MACV,gBAAe,KAAK;AAAA,MACpB,UAAS;AAAA,QACR,UAAS;AAAA,QACT,cAAc;AAAA,QACd,iBAAiB;AAAA,QACjB,UAAU;AAAA,QACV,gBAAgB;AAAA,MAChB;AAAA,IACF;AAAA,EACA;AAAA,EACD,OAAO,CAAC,mBAAmB;AAAA,EAC3B,UAAU;AAAA,EACT;AAAA,EACD,SAAS;AAAA,IACR,QAAQ,KAAI;AACY,WAAK;AAC5B,UAAG,KAAI;AACN,cAAM,aAAa,KAAK;AACxB,YAAG,YAAW;AACb,eAAK,MAAM,SAAS;AAAA,eAChB;AACJ,eAAK,MAAM,UAAU,KAAK;AAAA,YACzB,MAAM;AAAA,YACN,SAAS,KAAK,GAAG,kBAAkB;AAAA,UACpC,CAAC;AACD;AAAA,QACD;AAAA,aACI;AAEJ,aAAK,MAAM,UAAU,KAAK;AAAA,UACzB,MAAM;AAAA,UACN,SAAS,KAAK,GAAG,kBAAkB;AAAA,QACpC,CAAC;AAAA,MACF;AAAA,IACA;AAAA,EACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACxFH,GAAG,gBAAgB,SAAS;"}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"version":3,"file":"custom-tab-bar.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2N1c3RvbS10YWItYmFyLnZ1ZQ"],"sourcesContent":["import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/custom-tab-bar.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"custom-tab-bar.js","sources":["components/custom-tab-bar.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2N1c3RvbS10YWItYmFyLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view class=\"custom-tab-bar\">\r\n\t <view v-for=\"(item, index) in tabs\" :key=\"index\" class=\"tab-item\" @click=\"switchTab(index)\">\r\n\t <image :src=\"tabIndex === index ? item.selectedIconPath:item.iconPath\" class=\"tab-icon\"></image>\r\n\t <text :class=\"tabIndex === index ? 'tab-text tab-text-sel':'tab-text'\">{{ item.text }}</text>\r\n\t </view>\r\n\t </view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname:\"custom-tab-bar\",\r\n\t\tprops: {\r\n\t\t tabIndex: { //当前选中的tab项\r\n\t\t type: Number,\r\n\t\t default: 0\r\n\t\t }\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\ttabs: [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"pagePath\": \"/pages/home/home\",\r\n\t\t\t\t\t\t\"text\": \"首页\",\r\n\t\t\t\t\t\t\"iconPath\": \"/static/column/home.png\",\r\n\t\t\t\t\t\t\"selectedIconPath\": \"/static/column/home_sel.png\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"pagePath\": \"/pages/sort/sort\",\r\n\t\t\t\t\t\t\"text\": \"分类\",\r\n\t\t\t\t\t\t\"iconPath\": \"/static/column/sort.png\",\r\n\t\t\t\t\t\t\"selectedIconPath\": \"/static/column/sort_sel.png\"\r\n\t\t\t\t\t}, \r\n\t\t\t\t\t// {\r\n\t\t\t\t\t// \t\"pagePath\": \"/pages/hash_union/hash_union\",\r\n\t\t\t\t\t// \t\"text\": \"哈希联盟\",\r\n\t\t\t\t\t// \t\"iconPath\": \"/static/column/hx.png\",\r\n\t\t\t\t\t// \t\"selectedIconPath\": \"/static/column/hx_sel.png\"\r\n\t\t\t\t\t// }, \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"pagePath\": \"/pages/shopping_cart/shopping_cart\",\r\n\t\t\t\t\t\t\"text\": \"购物车\",\r\n\t\t\t\t\t\t\"iconPath\": \"/static/column/shopping.png\",\r\n\t\t\t\t\t\t\"selectedIconPath\": \"/static/column/shopping_sel.png\"\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\t\"pagePath\": \"/pages/mine/mine\",\r\n\t\t\t\t\t\t\"text\": \"我的\",\r\n\t\t\t\t\t\t\"iconPath\": \"/static/column/mine.png\",\r\n\t\t\t\t\t\t\"selectedIconPath\": \"/static/column/mine_sel.png\"\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t};\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t switchTab(index) {\r\n\t\t const pagePath = this.tabs[index].pagePath;\r\n\t\t uni.switchTab({ url: pagePath });\r\n\t\t }\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n.custom-tab-bar {\r\n\tposition: fixed;\r\n\tdisplay: flex;\r\n\tjustify-content: space-around;\r\n\talign-items: center;\r\n\theight: 140rpx; /* 根据需要调整 */\r\n\tbackground-color: #fff; /* 背景颜色 */\r\n\tbottom: 0;\r\n\twidth: 100%;\r\n}\r\n.tab-item {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n}\r\n.tab-icon {\r\n width: 24px; /* 图标大小 */\r\n height: 24px; /* 图标大小 */\r\n}\r\n.tab-text {\r\n font-size: 12px; /* 文字大小 */\r\n}\r\n.tab-text-sel {\r\n color: $app-bt-bj;\r\n}\r\n</style>","import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/custom-tab-bar.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAK;AAAA,EACL,OAAO;AAAA,IACH,UAAU;AAAA;AAAA,MACN,MAAM;AAAA,MACN,SAAS;AAAA,IACb;AAAA,EACH;AAAA,EACD,OAAO;AACN,WAAO;AAAA,MACN,MAAM;AAAA,QACL;AAAA,UACC,YAAY;AAAA,UACZ,QAAQ;AAAA,UACR,YAAY;AAAA,UACZ,oBAAoB;AAAA,QACpB;AAAA,QACD;AAAA,UACC,YAAY;AAAA,UACZ,QAAQ;AAAA,UACR,YAAY;AAAA,UACZ,oBAAoB;AAAA,QACpB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAOD;AAAA,UACC,YAAY;AAAA,UACZ,QAAQ;AAAA,UACR,YAAY;AAAA,UACZ,oBAAoB;AAAA,QACrB;AAAA,QAAG;AAAA,UACF,YAAY;AAAA,UACZ,QAAQ;AAAA,UACR,YAAY;AAAA,UACZ,oBAAoB;AAAA,QACrB;AAAA,MACD;AAAA;EAED;AAAA,EACD,SAAS;AAAA,IACL,UAAU,OAAO;AACf,YAAM,WAAW,KAAK,KAAK,KAAK,EAAE;AAClCA,oBAAAA,MAAI,UAAU,EAAE,KAAK,SAAU,CAAA;AAAA,IACjC;AAAA,EACJ;AACD;;;;;;;;;;;;;;;AC1DD,GAAG,gBAAgB,SAAS;"}
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"file":"header.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2hlYWRlci52dWU"],"sourcesContent":["import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/header.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"header.js","sources":["components/header.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovUHJvamVjdC9WdWUvdW5pYXBwL2hhc2htYWxsLWFwcC9jb21wb25lbnRzL2hlYWRlci52dWU"],"sourcesContent":["<template>\r\n\t<!-- 导航栏 -->\r\n\t<view class=\"header_\" >\r\n\t\t<view style=\"margin-top: 20rpx;\" @click=\"leftJump\">\r\n\t\t\t<up-image src=\"/static/common/left.png\" width=\"18\" height=\"20\" bgColor=\"#f1f6ff00\"/>\r\n\t\t</view>\r\n\t\t<view class=\"title_\">{{leftTitle}}</view>\r\n\t\t<view @click=\"rightJump\">{{rightTitle}}</view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname:\"header\",\r\n\t\tprops: {\r\n\t\t\tleftTitle:{\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: null\r\n\t\t\t},\r\n\t\t\tleftPath:{\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: null\r\n\t\t\t},\r\n\t\t\tleftPathType:{\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: \"navigateTo\"\r\n\t\t\t},\r\n\t\t\trightTitle:{\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: null\r\n\t\t\t},\r\n\t\t\trightPath:{\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: null\r\n\t\t\t},\r\n\t\t\trightPathType:{\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: \"navigateTo\"\r\n\t\t\t},\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tleftJump() {\r\n\t\t\t\tconst leftPath = this.leftPath;\r\n\t\t\t\tif(!leftPath){\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\tconst leftPathType = this.leftPathType;\r\n\t\t\t\tif(leftPathType === \"navigateTo\"){\r\n\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\turl:leftPath,\r\n\t\t\t\t\t})\r\n\t\t\t\t}else if(leftPathType === \"switchTab\"){\r\n\t\t\t\t\tuni.switchTab({ \r\n\t\t\t\t\t\turl: leftPath,\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\trightJump() {\r\n\t\t\t\tconst rightPath = this.rightPath;\r\n\t\t\t\tif(!rightPath){\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\tconst rightPathType = this.rightPathType;\r\n\t\t\t\tif(rightPathType === \"navigateTo\"){\r\n\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\turl:rightPath,\r\n\t\t\t\t\t})\r\n\t\t\t\t}else if(rightPathType === \"switchTab\"){\r\n\t\t\t\t\tuni.switchTab({ \r\n\t\t\t\t\t\turl: rightPath,\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n.header_{\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: space-between;\r\n\tpadding: 74rpx 20rpx 20rpx;\r\n\t.title_{\r\n\t\t// font-weight: bold;\r\n\t\tfont-size: 36rpx;\r\n\t\tcolor: #000000;\r\n\t\tmargin-left: 20rpx;\r\n\t}\r\n}\r\n</style>","import Component from 'E:/Project/Vue/uniapp/hashmall-app/components/header.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;AAYC,MAAK,YAAU;AAAA,EACd,MAAK;AAAA,EACL,OAAO;AAAA,IACN,WAAU;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,IACD,UAAS;AAAA,MACR,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,IACD,cAAa;AAAA,MACZ,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,IACD,YAAW;AAAA,MACV,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,IACD,WAAU;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,IACD,eAAc;AAAA,MACb,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EACD,OAAO;AACN,WAAO;EAGP;AAAA,EACD,SAAS;AAAA,IACR,WAAW;AACV,YAAM,WAAW,KAAK;AACtB,UAAG,CAAC,UAAS;AACZ;AAAA,MACD;AACA,YAAM,eAAe,KAAK;AAC1B,UAAG,iBAAiB,cAAa;AAChCA,sBAAAA,MAAI,WAAW;AAAA,UACd,KAAI;AAAA,SACJ;AAAA,MACF,WAAS,iBAAiB,aAAY;AACrCA,sBAAAA,MAAI,UAAU;AAAA,UACb,KAAK;AAAA,QACN,CAAC;AAAA,MACF;AAAA,IACA;AAAA,IACD,YAAY;AACX,YAAM,YAAY,KAAK;AACvB,UAAG,CAAC,WAAU;AACb;AAAA,MACD;AACA,YAAM,gBAAgB,KAAK;AAC3B,UAAG,kBAAkB,cAAa;AACjCA,sBAAAA,MAAI,WAAW;AAAA,UACd,KAAI;AAAA,SACJ;AAAA,MACF,WAAS,kBAAkB,aAAY;AACtCA,sBAAAA,MAAI,UAAU;AAAA,UACb,KAAK;AAAA,QACN,CAAC;AAAA,MACF;AAAA,IACA;AAAA,EACF;AACD;;;;;;;;;;;;;;;;;;;;;;;;AC9ED,GAAG,gBAAgB,SAAS;"}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"version":3,"file":"LuckyWheel.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvTHVja3lXaGVlbC9MdWNreVdoZWVsLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/LuckyWheel/LuckyWheel.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"LuckyWheel.js","sources":["pages/LuckyWheel/LuckyWheel.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvTHVja3lXaGVlbC9MdWNreVdoZWVsLnZ1ZQ"],"sourcesContent":["<template>\r\n <view class=\"content\">\r\n <view class=\"lottery\">\r\n <dengbo-lotteryWheel :prizes=\"prizes\" :size=\"626\" :duration=\"5000\" @run=\"Click\"\r\n @done=\"Done\" ref=\"luckyWheel\" :lightImgs=\"lightImages\" customStyle=\"borderRadius: 50%;\">\r\n <template v-slot:bg>\r\n <image src=\"/static/turntable/turntable.png\" style=\"width: 100%; height: 100%\" />\r\n </template>\r\n <template v-slot:pointer>\r\n <up-image src=\"/static/turntable/zz.png\" width=\"40\" height=\"40\" mode=\"widthFix\" @click=\"startWheel\"></up-image>\r\n </template>\r\n </dengbo-lotteryWheel>\r\n </view>\r\n </view>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n data() {\r\n return {\r\n lightImages: ['/static/turntable/zz.png', '/static/turntable/turntable.png'],\r\n prizes: [{\r\n name: '积分',\r\n image: '/static/turntable/record.png',\r\n pro: '50积分',\r\n },\r\n {\r\n name: '积分',\r\n image: '/static/turntable/record.png',\r\n pro: '100积分',\r\n },\r\n {\r\n name: '优惠券',\r\n image: '/static/turntable/record.png',\r\n pro: '15元优惠券',\r\n },\r\n {\r\n name: '家用电器',\r\n image: '/static/turntable/record.png',\r\n pro: '微波炉',\r\n },\r\n {\r\n name: '谢谢参与',\r\n image: '/static/turntable/record.png',\r\n pro: '15元优惠券',\r\n },\r\n {\r\n name: '办公用品',\r\n image: '/static/turntable/record.png',\r\n pro: '机械键盘',\r\n },\r\n {\r\n name: '生活用品',\r\n image: '/static/turntable/record.png',\r\n pro: '化妆刷',\r\n },\r\n ],\r\n }\r\n },\r\n onLoad() {\r\n\r\n },\r\n methods: {\r\n startWheel() {\r\n this.$refs.luckyWheel.run(2);\r\n },\r\n Click() {\r\n console.log('用户点击了转盘');\r\n this.$refs.luckyWheel.run(2);\r\n },\r\n Done(prize) {\r\n console.log('抽奖结束,中奖奖品:', prize);\r\n },\r\n }\r\n }\r\n</script>\r\n\r\n<style>\r\n .content{\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n }\r\n .lottery {\r\n position: relative;\r\n display: inline-block;\r\n width: 626rpx;\r\n height: 626rpx;\r\n margin-top: 100rpx;\r\n }\r\n</style>","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/LuckyWheel/LuckyWheel.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni"],"mappings":";;;AAiBI,MAAK,YAAU;AAAA,EACX,OAAO;AACH,WAAO;AAAA,MACH,aAAa,CAAC,4BAA4B,iCAAiC;AAAA,MAC3E,QAAQ;AAAA,QAAC;AAAA,UACD,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,QACD;AAAA,UACI,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,QACD;AAAA,UACI,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,QACD;AAAA,UACI,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,QACD;AAAA,UACI,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,QACD;AAAA,UACI,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,QACD;AAAA,UACI,MAAM;AAAA,UACN,OAAO;AAAA,UACP,KAAK;AAAA,QACR;AAAA,MACJ;AAAA,IACL;AAAA,EACH;AAAA,EACD,SAAS;AAAA,EAER;AAAA,EACD,SAAS;AAAA,IACL,aAAa;AACT,WAAK,MAAM,WAAW,IAAI,CAAC;AAAA,IAC9B;AAAA,IACD,QAAQ;AACJA,oBAAAA,MAAY,MAAA,OAAA,yCAAA,SAAS;AACrB,WAAK,MAAM,WAAW,IAAI,CAAC;AAAA,IAC9B;AAAA,IACD,KAAK,OAAO;AACRA,gFAAY,cAAc,KAAK;AAAA,IAClC;AAAA,EACL;AACJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACzEJ,GAAG,WAAW,eAAe;"}
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"brand_settlement.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvYnJhbmRfc2V0dGxlbWVudC9icmFuZF9zZXR0bGVtZW50LnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/brand_settlement/brand_settlement.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"brand_settlement.js","sources":["pages/brand_settlement/brand_settlement.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvYnJhbmRfc2V0dGxlbWVudC9icmFuZF9zZXR0bGVtZW50LnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view>\r\n\t\t品牌入驻\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/brand_settlement/brand_settlement.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AAOC,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;EAGR;AACD;;;;;ACZD,GAAG,WAAW,eAAe;"}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"mine_authentication_ok.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZV9hdXRoZW50aWNhdGlvbl9vay9taW5lX2F1dGhlbnRpY2F0aW9uX29rLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/mine_authentication_ok/mine_authentication_ok.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"mine_authentication_ok.js","sources":["pages/mine_authentication_ok/mine_authentication_ok.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZV9hdXRoZW50aWNhdGlvbl9vay9taW5lX2F1dGhlbnRpY2F0aW9uX29rLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view class=\"authentication_ok_warp\">\r\n\t\t<Header :leftTitle=\"$t('authentication.title')\" left-path-type=\"switchTab\" left-path=\"/pages/mine/mine\"/>\r\n\t\t<view class=\"authentication_ok_content\" v-if=\"currentUserData && Object.keys(currentUserData).length !==0\">\r\n\t\t\t<view class=\"authentication_result\">\r\n\t\t\t\t<up-image src=\"/static/mine/auth_ok.png\" mode=\"widthFix\" shape=\"circle\" width=\"140\" height=\"140\" bgColor=\"#f1f6ff00\" :fade=\"true\" duration=\"450\"></up-image>\r\n\t\t\t\t<view class=\"result_value\">{{getValue(CERT_STATUS_OPTION,currentUserData.certStatus)}}</view>\r\n\t\t\t</view>\r\n\t\t\t<view v-if=\"currentUserData.certStatus === 3\" class=\"reauthentication_warp\">\r\n\t\t\t\t<view class=\"reauthentication_but_warp\" @click=\"reauthenticationFun\">\r\n\t\t\t\t\t重新认证\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t<view v-else class=\"not_order_warp\">\r\n\t\t\t<up-image src=\"/static/common/not_order.png\" width=\"80\" height=\"80\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t\t<view class=\"not_order_msg_warp\">暂无相关认证信息</view>\r\n\t\t</view>\r\n\t\t<up-toast ref=\"uToastRef\"></up-toast>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Header from '@/components/header.vue';\r\n\timport { getUserInfo } from '@/api/auth.js';\r\n\timport { getValue,CERT_OPTION,CERT_STATUS_OPTION } from '@/utils/enumUtils.js';\r\n\t\r\n\texport default {\r\n\t\tcomputed: {\r\n\t\t CERT_OPTION() {\r\n\t\t return CERT_OPTION;\r\n\t\t },\r\n\t\t\tCERT_STATUS_OPTION() {\r\n\t\t\t return CERT_STATUS_OPTION;\r\n\t\t\t},\r\n\t\t},\r\n\t\tcomponents:{Header},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tcurrentUserData:{},// 当前用户信息\r\n\t\t\t}\r\n\t\t},\r\n\t\tmounted() {\r\n\t\t\tthis.getUserInfo();\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tgetValue,\r\n\t\t\tasync getUserInfo(){\r\n\t\t\t\tconst result = await getUserInfo();\r\n\t\t\t\tif(result && result.bizcode === 100){\r\n\t\t\t\t\tconst data = result.data;\r\n\t\t\t\t\tthis.currentUserData = result.data || {};\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t/**\r\n\t\t\t * 重新认证\r\n\t\t\t */\r\n\t\t\treauthenticationFun(){\r\n\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\turl:'/pages/mine_authentication/mine_authentication',\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.authentication_ok_warp{\r\n\t\theight: 100vh;\r\n\t\tbackground-color: #FFFFFF;\r\n\t\t.authentication_ok_content{\r\n\t\t\tpadding: 60rpx;\r\n\t\t}\r\n\t\t.authentication_result{\r\n\t\t\tdisplay: grid;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\t\t\ttext-align: center;\r\n\t\t\tmargin-top: 100rpx;\r\n\t\t\t.result_title{\r\n\t\t\t\tfont-weight: bold;\r\n\t\t\t\tfont-size: 40rpx;\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t}\r\n\t\t\t.result_value{\r\n\t\t\t\tfont-weight: bold;\r\n\t\t\t\tfont-size: 30rpx;\r\n\t\t\t\tcolor: #666666;\r\n\t\t\t\tline-height: 80rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.reauthentication_warp{\r\n\t\t\tdisplay: grid;\r\n\t\t\tjustify-content: center;\r\n\t\t\t.reauthentication_but_warp{\r\n\t\t\t\tmargin-top: 100rpx;\r\n\t\t\t\tborder: 1rpx solid $app-zt-color;\r\n\t\t\t\tcolor: $app-zt-color;\r\n\t\t\t\tpadding: 8rpx 10rpx;\r\n\t\t\t\twidth: 200rpx;\r\n\t\t\t\tborder-radius: 10rpx;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.authentication_info{\r\n\t\t\tbackground: #F8F8F8;\r\n\t\t\tborder-radius: 10rpx;\r\n\t\t\tpadding: 30rpx;\r\n\t\t\tmargin-top: 30rpx;\r\n\t\t}\r\n\t\t.info_item{\r\n\t\t\tfont-weight: 500;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tcolor: #666666;\r\n\t\t\tline-height: 66rpx;\r\n\t\t}\r\n\t\t.info_item_value{\r\n\t\t\tfont-weight: bold;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tcolor: #333333;\r\n\t\t}\r\n\t}\r\n</style>","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/mine_authentication_ok/mine_authentication_ok.vue'\nwx.createPage(MiniProgramPage)"],"names":["CERT_OPTION","CERT_STATUS_OPTION","getValue","getUserInfo","uni"],"mappings":";;;;AAuBC,MAAK,SAAU,MAAW;AAI1B,MAAK,YAAU;AAAA,EACd,UAAU;AAAA,IACN,cAAc;AACZ,aAAOA;IACR;AAAA,IACJ,qBAAqB;AACnB,aAAOC;IACR;AAAA,EACD;AAAA,EACD,YAAW,EAAC,OAAM;AAAA,EAClB,OAAO;AACN,WAAO;AAAA,MACN,iBAAgB,CAAE;AAAA;AAAA,IACnB;AAAA,EACA;AAAA,EACD,UAAU;AACT,SAAK,YAAW;AAAA,EAChB;AAAA,EACD,SAAS;AAAA,IACR,UAAAC,gBAAQ;AAAA,IACR,MAAM,cAAa;AAClB,YAAM,SAAS,MAAMC,SAAAA;AACrB,UAAG,UAAU,OAAO,YAAY,KAAI;AACtB,eAAO;AACpB,aAAK,kBAAkB,OAAO,QAAQ,CAAA;AAAA,MACvC;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAID,sBAAqB;AACpBC,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAI;AAAA,OACJ;AAAA,IACF;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC9DD,GAAG,WAAW,eAAe;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"mine_collection_alipay.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZV9jb2xsZWN0aW9uX2FsaXBheS9taW5lX2NvbGxlY3Rpb25fYWxpcGF5LnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/mine_collection_alipay/mine_collection_alipay.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"mine_collection_alipay.js","sources":["pages/mine_collection_alipay/mine_collection_alipay.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZV9jb2xsZWN0aW9uX2FsaXBheS9taW5lX2NvbGxlY3Rpb25fYWxpcGF5LnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view>\r\n\t\t\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/mine_collection_alipay/mine_collection_alipay.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AAOC,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;EAGR;AACD;;;;;ACZD,GAAG,WAAW,eAAe;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"mine_winning_record.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZV93aW5uaW5nX3JlY29yZC9taW5lX3dpbm5pbmdfcmVjb3JkLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/mine_winning_record/mine_winning_record.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"mine_winning_record.js","sources":["pages/mine_winning_record/mine_winning_record.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbWluZV93aW5uaW5nX3JlY29yZC9taW5lX3dpbm5pbmdfcmVjb3JkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view class=\"mine_winning_record\">\r\n\t\t<winningRecord />\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport winningRecord from '@/components/winning_record.vue';\r\n\t\r\n\texport default {\r\n\t\tcomponents:{winningRecord},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.mine_winning_record{\r\n\t\tpadding: 30rpx;\r\n\t}\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/mine_winning_record/mine_winning_record.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AAOC,MAAK,gBAAiB,MAAW;AAEjC,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,cAAa;AAAA,EACzB,OAAO;AACN,WAAO;EAGR;AACD;;;;;;;;;ACfD,GAAG,WAAW,eAAe;"}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"news_info.js","sources":["pages/news_info/news_info.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbmV3c19pbmZvL25ld3NfaW5mby52dWU"],"sourcesContent":["<template>\n\t<view class=\"news_info_warp\">\n\t\t<Header\r\n\t\t\tleftTitle=\"\" \r\n\t\t\tleft-path-type=\"navigateTo\" \r\n\t\t\tleft-path=\"/pages/news/news\" \r\n\t\t\tstyle=\"background-color: #FFFFFF;\"\r\n\t\t/>\r\n\t\t<view class=\"news_info_header_warp\">\r\n\t\t\t<view class=\"title_\">{{newsDetail.title}}</view>\r\n\t\t\t<view class=\"avatar_\">\r\n\t\t\t\t<view>\r\n\t\t\t\t\t<up-image :src=\"newsDetail.avatar_url\" width=\"40\" height=\"40\" bgColor=\"#f1f6ff00\" shape=\"circle\"></up-image>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view style=\"margin-left: 12rpx;\">{{newsDetail.name}}</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"time_\">\r\n\t\t\t\t<view>{{formatDate(newsDetail.ctdate)}}</view>\r\n\t\t\t\t<view class=\"browses_\">\r\n\t\t\t\t\t<view>\r\n\t\t\t\t\t\t<up-image src=\"/static/login/show.png\" width=\"20\" height=\"20\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view style=\"margin-left: 8rpx;\">{{newsDetail.browses}}</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t<view class=\"news_info_fg_warp\"></view>\r\n\t\t<view class=\"news_info_content_warp\" v-html=\"newsDetail.content\"></view>\n\t</view>\n</template>\n\n<script>\r\n\timport Header from '@/components/header.vue';\r\n\timport { getNewsDetail } from '@/api/news.js';\r\n\timport { formatDate } from '@/utils/index.js';\r\n\t\n\texport default {\r\n\t\tcomponents:{Header},\n\t\tdata() {\n\t\t\treturn {\n\t\t\t\tid:0,\r\n\t\t\t\tnewsDetail:{}\n\t\t\t}\n\t\t},\r\n\t\tonLoad(option) {\r\n\t\t\tconst id = option.id;\r\n\t\t\tif(id && id !==\"null\"){\r\n\t\t\t\tthis.id = id;\r\n\t\t\t\tthis.fetchData();\r\n\t\t\t}\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tformatDate,\n\t\t\tasync fetchData() {\r\n\t\t\t\tconst id = this.id;\r\n\t\t\t\tconst params = {\r\n\t\t\t\t\tid,\r\n\t\t\t\t}\r\n\t\t\t\tconst resp = await getNewsDetail(params);\r\n\t\t\t\tif(resp && resp.bizcode === 100){\r\n\t\t\t\t\tthis.newsDetail = resp.data || {};\r\n\t\t\t\t}\r\n\t\t\t},\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t.news_info_warp{\r\n\t\toverflow: hidden;\r\n\t}\r\n\t.news_info_header_warp{\r\n\t\tpadding: 30rpx;\r\n\t\t.title_{\r\n\t\t\tfont-weight: bold;\r\n\t\t\tfont-size: 32rpx;\r\n\t\t\tcolor: #333333;\r\n\t\t}\r\n\t\t.avatar_{\r\n\t\t\tdisplay: flex;\r\n\t\t\talign-items: center;\r\n\t\t\tmargin-top: 20rpx;\r\n\t\t}\r\n\t\t.time_{\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: space-between;\r\n\t\t\tfont-weight: 500;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tcolor: #666666;\r\n\t\t\tmargin-top: 10rpx;\r\n\t\t\t.browses_{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.news_info_fg_warp{\r\n\t\theight: 10rpx;\r\n\t\tbackground-color: $app-bj;\r\n\t\twidth: 100%;\r\n\t}\r\n\t.news_info_content_warp{\r\n\t\tpadding: 30rpx;\r\n\t\theight: calc(100vh - 524rpx);\r\n\t\toverflow: auto;\r\n\t\tfont-size: 28rpx;\r\n\t\tcolor: #333333;\r\n\t}\n</style>\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/news_info/news_info.vue'\nwx.createPage(MiniProgramPage)"],"names":["formatDate","getNewsDetail"],"mappings":";;;;AAgCC,MAAK,SAAU,MAAW;AAI1B,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,OAAM;AAAA,EAClB,OAAO;AACN,WAAO;AAAA,MACN,IAAG;AAAA,MACH,YAAW,CAAC;AAAA,IACb;AAAA,EACA;AAAA,EACD,OAAO,QAAQ;AACd,UAAM,KAAK,OAAO;AAClB,QAAG,MAAM,OAAM,QAAO;AACrB,WAAK,KAAK;AACV,WAAK,UAAS;AAAA,IACf;AAAA,EACA;AAAA,EACD,SAAS;AAAA,gBACRA,YAAU;AAAA,IACV,MAAM,YAAY;AACjB,YAAM,KAAK,KAAK;AAChB,YAAM,SAAS;AAAA,QACd;AAAA,MACD;AACA,YAAM,OAAO,MAAMC,uBAAc,MAAM;AACvC,UAAG,QAAQ,KAAK,YAAY,KAAI;AAC/B,aAAK,aAAa,KAAK,QAAQ,CAAA;AAAA,MAChC;AAAA,IACA;AAAA,EACF;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC/DD,GAAG,WAAW,eAAe;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"order_submit_error.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvb3JkZXJfc3VibWl0X2Vycm9yL29yZGVyX3N1Ym1pdF9lcnJvci52dWU"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/order_submit_error/order_submit_error.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"order_submit_error.js","sources":["pages/order_submit_error/order_submit_error.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvb3JkZXJfc3VibWl0X2Vycm9yL29yZGVyX3N1Ym1pdF9lcnJvci52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"order_sumbit_ok_warp\">\r\n\t\t<Header leftTitle=\"\" left-path-type=\"switchTab\" left-path=\"/pages/mine/mine\"/>\r\n\t\t<view class=\"order_sumbit_ok_content\">\r\n\t\t\t<view class=\"ok_img\">\r\n\t\t\t\t<up-image src=\"/static/product/error.png\" width=\"120\" height=\"120\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t\t\t<view class=\"ok_img_msg\">支付失败</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"ok_but\" @click=\"jumpHome\">确认</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Header from '@/components/header.vue';\r\n\t\r\n\texport default {\r\n\t\tcomponents:{Header},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tjumpHome(){\r\n\t\t\t\tuni.switchTab({\r\n\t\t\t\t url: '/pages/home/home',\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.order_sumbit_ok_warp{\r\n\t\theight: calc(100vh - 80rpx);\r\n\t\ttext-align: center;\r\n\t\t.order_sumbit_ok_content{\r\n\t\t\tpadding: 40rpx;\r\n\t\t}\r\n\t\t.ok_img{\r\n\t\t\tdisplay: grid;\r\n\t\t\t.ok_img_msg{\r\n\t\t\t\tfont-weight: bold;\r\n\t\t\t\tfont-size: 36rpx;\r\n\t\t\t\tcolor: #222222;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.ok_but{\r\n\t\t\tmargin-top: 100rpx;\r\n\t\t\tbackground: $app-bt-bj;\r\n\t\t\tborder-radius: 16rpx;\r\n\t\t\ttext-align: center;\r\n\t\t\tpadding: 20rpx 0;\r\n\t\t\theight: 46rpx;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\t}\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/order_submit_error/order_submit_error.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni"],"mappings":";;AAcC,MAAK,SAAU,MAAW;AAE1B,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,OAAM;AAAA,EAClB,OAAO;AACN,WAAO,CAEP;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,WAAU;AACTA,oBAAAA,MAAI,UAAU;AAAA,QACV,KAAK;AAAA,OACR;AAAA,IACF;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;AC7BD,GAAG,WAAW,eAAe;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"order_submit_ok.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvb3JkZXJfc3VibWl0X29rL29yZGVyX3N1Ym1pdF9vay52dWU"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/order_submit_ok/order_submit_ok.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"order_submit_ok.js","sources":["pages/order_submit_ok/order_submit_ok.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvb3JkZXJfc3VibWl0X29rL29yZGVyX3N1Ym1pdF9vay52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"order_sumbit_ok_warp\">\r\n\t\t<Header leftTitle=\"\" left-path-type=\"switchTab\" left-path=\"/pages/mine/mine\"/>\r\n\t\t<view class=\"order_sumbit_ok_content_warp\">\r\n\t\t\t<view class=\"ok_img\">\r\n\t\t\t\t<up-image src=\"/static/product/ok.png\" width=\"120\" height=\"120\" bgColor=\"#f1f6ff00\"></up-image>\r\n\t\t\t\t<view class=\"ok_img_msg\">支付成功</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"ok_but\" @click=\"jumpHome\">确认</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Header from '@/components/header.vue';\r\n\t\r\n\texport default {\r\n\t\tcomponents:{Header},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tjumpHome(){\r\n\t\t\t\tuni.switchTab({\r\n\t\t\t\t url: '/pages/home/home',\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.order_sumbit_ok_warp{\r\n\t\theight: calc(100vh - 80rpx);\r\n\t\ttext-align: center;\r\n\t\t\r\n\t\t.order_sumbit_ok_content_warp{\r\n\t\t\tpadding: 40rpx;\r\n\t\t}\r\n\t\t.ok_img{\r\n\t\t\tdisplay: grid;\r\n\t\t\t.ok_img_msg{\r\n\t\t\t\tfont-weight: bold;\r\n\t\t\t\tfont-size: 36rpx;\r\n\t\t\t\tcolor: $app-bt-bj;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.ok_but{\r\n\t\t\tmargin-top: 100rpx;\r\n\t\t\tbackground: $app-bt-bj;\r\n\t\t\tborder-radius: 16rpx;\r\n\t\t\ttext-align: center;\r\n\t\t\tpadding: 20rpx 0;\r\n\t\t\theight: 46rpx;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\t}\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/order_submit_ok/order_submit_ok.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni"],"mappings":";;AAcC,MAAK,SAAU,MAAW;AAE1B,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,OAAM;AAAA,EAClB,OAAO;AACN,WAAO,CAEP;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,WAAU;AACTA,oBAAAA,MAAI,UAAU;AAAA,QACV,KAAK;AAAA,OACR;AAAA,IACF;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;AC7BD,GAAG,WAAW,eAAe;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"payment_processing.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvcGF5bWVudF9wcm9jZXNzaW5nL3BheW1lbnRfcHJvY2Vzc2luZy52dWU"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/payment_processing/payment_processing.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"payment_processing.js","sources":["pages/payment_processing/payment_processing.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvcGF5bWVudF9wcm9jZXNzaW5nL3BheW1lbnRfcHJvY2Vzc2luZy52dWU"],"sourcesContent":["<template>\r\n\t<view>\r\n\t\t<Header leftTitle=\"H5支付\" leftPathType=\"switchTab\" leftPath=\"/pages/mine/mine\"/>\r\n\t\t<view class=\"payment_processing_warp\">\r\n\t\t\t<up-loading-icon :show=\"loadingShow\" color=\"#009A4F\"></up-loading-icon>\r\n\t\t\t<view class=\"payment_processing_msg\">{{orderMsg}}</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Header from '@/components/header.vue';\r\n\timport { queryResult } from '@/api/payment.js'\r\n\t\r\n\texport default {\r\n\t\tcomponents: {\r\n\t\t\tHeader,\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\torderNum:0,// 支付处理ID\r\n\t\t\t\tpaymentLink:null,// H5支付处理页面\r\n\t\t\t\torderMsg:\"支付处理中...\",\r\n\t\t\t\tloadingShow:true,\r\n\t\t\t}\r\n\t\t},\r\n\t\tonLoad(options) {\r\n\t\t\tconsole.log(\"options\",options);\r\n\t\t\tthis.orderNum = options.orderNum || 0;\r\n\t\t\tconst paymentLink = options.link;\r\n\t\t\tif(paymentLink && paymentLink !== \"null\"){\r\n\t\t\t\tthis.paymentLink = paymentLink; // 解码并设置支付链接\r\n\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\turl: `/pages/zfb_payment/zfb_payment?link=${paymentLink}` // 假设有一个专门的支付页面来处理支付链接\r\n\t\t\t\t});\r\n\t\t\t}\r\n\t\t},\r\n\t\tonShow() {\r\n\t\t\tif(this.orderNum){\r\n\t\t\t\tthis.getOrderById();\r\n\t\t\t}\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tasync getOrderById(){\r\n\t\t\t\tconst params={\r\n\t\t\t\t\torderNum:this.orderNum,\r\n\t\t\t\t};\r\n\t\t\t\tconsole.log(\"params\",params);\r\n\t\t\t\tconst resp = await queryResult(params);\r\n\t\t\t\tconsole.log(\"queryResult resp\",resp);\r\n\t\t\t\tif(resp && resp.bizcode === 100){\r\n\t\t\t\t\tconst data = resp.data || {};\r\n\t\t\t\t\tif(data.state === 0){ // 订单不存在\r\n\t\t\t\t\t\tthis.loadingShow = false;\r\n\t\t\t\t\t\tthis.orderMsg = \"订单不存在\";\r\n\t\t\t\t\t}else if(data.state === 1){// 支付中\r\n\t\t\t\t\t\tthis.orderMsg = \"支付处理中...\";\r\n\t\t\t\t\t}else if(data.state === 2){// 支付成功\r\n\t\t\t\t\t\tthis.loadingShow = false;\r\n\t\t\t\t\t\tthis.orderMsg = \"支付成功\";\r\n\t\t\t\t\t\tthis.jumpWayOk();\r\n\t\t\t\t\t}else if(data.state === 3){// 支付失败\r\n\t\t\t\t\t\tthis.loadingShow = false;\r\n\t\t\t\t\t\tthis.orderMsg = \"支付失败\";\r\n\t\t\t\t\t\tthis.jumpWayError();\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t// 跳转到支付成功页面\r\n\t\t\tjumpWayOk(){\r\n\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\turl:\"/pages/order_submit_ok/order_submit_ok\",\r\n\t\t\t\t})\r\n\t\t\t},\r\n\t\t\t// 跳转到支付失败页面\r\n\t\t\tjumpWayError(){\r\n\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\turl:\"/pages/order_submit_error/order_submit_error\",\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.payment_processing_warp{\r\n\t\ttext-align: center;\r\n\t\tmargin-top: 200rpx;\r\n\t\t.payment_processing_msg{\r\n\t\t\tmargin-top: 20rpx;\r\n\t\t}\r\n\t}\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/payment_processing/payment_processing.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni","queryResult"],"mappings":";;;AAWC,MAAK,SAAU,MAAW;AAG1B,MAAK,YAAU;AAAA,EACd,YAAY;AAAA,IACX;AAAA,EACA;AAAA,EACD,OAAO;AACN,WAAO;AAAA,MACN,UAAS;AAAA;AAAA,MACT,aAAY;AAAA;AAAA,MACZ,UAAS;AAAA,MACT,aAAY;AAAA,IACb;AAAA,EACA;AAAA,EACD,OAAO,SAAS;AACfA,kBAAY,MAAA,MAAA,OAAA,yDAAA,WAAU,OAAO;AAC7B,SAAK,WAAW,QAAQ,YAAY;AACpC,UAAM,cAAc,QAAQ;AAC5B,QAAG,eAAe,gBAAgB,QAAO;AACxC,WAAK,cAAc;AACnBA,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAK,uCAAuC,WAAW;AAAA;AAAA,MACxD,CAAC;AAAA,IACF;AAAA,EACA;AAAA,EACD,SAAS;AACR,QAAG,KAAK,UAAS;AAChB,WAAK,aAAY;AAAA,IAClB;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,MAAM,eAAc;AACnB,YAAM,SAAO;AAAA,QACZ,UAAS,KAAK;AAAA;AAEfA,oBAAA,MAAA,MAAA,OAAA,yDAAY,UAAS,MAAM;AAC3B,YAAM,OAAO,MAAMC,wBAAY,MAAM;AACrCD,oBAAA,MAAA,MAAA,OAAA,yDAAY,oBAAmB,IAAI;AACnC,UAAG,QAAQ,KAAK,YAAY,KAAI;AAC/B,cAAM,OAAO,KAAK,QAAQ;AAC1B,YAAG,KAAK,UAAU,GAAE;AACnB,eAAK,cAAc;AACnB,eAAK,WAAW;AAAA,mBACR,KAAK,UAAU,GAAE;AACzB,eAAK,WAAW;AAAA,mBACR,KAAK,UAAU,GAAE;AACzB,eAAK,cAAc;AACnB,eAAK,WAAW;AAChB,eAAK,UAAS;AAAA,mBACN,KAAK,UAAU,GAAE;AACzB,eAAK,cAAc;AACnB,eAAK,WAAW;AAChB,eAAK,aAAY;AAAA,QAClB;AAAA,MACD;AAAA,IACA;AAAA;AAAA,IAED,YAAW;AACVA,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAI;AAAA,OACJ;AAAA,IACD;AAAA;AAAA,IAED,eAAc;AACbA,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAI;AAAA,OACJ;AAAA,IACF;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;AChFD,GAAG,WAAW,eAAe;"}
|
||||
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["pages/pointsRedemption/index/index.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvcG9pbnRzUmVkZW1wdGlvbi9pbmRleC9pbmRleC52dWU"],"sourcesContent":["<template>\n\t<view>\n\t\t\n\t</view>\n</template>\n\n<script>\n\texport default {\n\t\tdata() {\n\t\t\treturn {\n\t\t\t\t\n\t\t\t}\n\t\t},\n\t\tmethods: {\n\t\t\t\n\t\t}\n\t}\n</script>\n\n<style>\n\n</style>\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/pointsRedemption/index/index.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AAOC,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO,CAEP;AAAA,EACA;AAAA,EACD,SAAS,CAET;AACD;;;;;ACfD,GAAG,WAAW,eAAe;"}
|
||||
+1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"zfb_payment.js","sources":["D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvemZiX3BheW1lbnQvemZiX3BheW1lbnQudnVl"],"sourcesContent":["import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/zfb_payment/zfb_payment.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"zfb_payment.js","sources":["pages/zfb_payment/zfb_payment.vue","D:/Tool/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvemZiX3BheW1lbnQvemZiX3BheW1lbnQudnVl"],"sourcesContent":["<template>\r\n\t<view>\r\n\t\t<web-view :src=\"paymentLink\"></web-view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tpaymentLink:''\r\n\t\t\t}\r\n\t\t},\r\n\t\tonLoad(options) {\r\n\t\t\tconsole.log(\"options\",options);\r\n\t\t\tthis.paymentLink = decodeURIComponent(options.link); // 解码并设置支付链接\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\t\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\r\n</style>\r\n","import MiniProgramPage from 'E:/Project/Vue/uniapp/hashmall-app/pages/zfb_payment/zfb_payment.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni"],"mappings":";;AAOC,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;AAAA,MACN,aAAY;AAAA,IACb;AAAA,EACA;AAAA,EACD,OAAO,SAAS;AACfA,kBAAY,MAAA,MAAA,OAAA,2CAAA,WAAU,OAAO;AAC7B,SAAK,cAAc,mBAAmB,QAAQ,IAAI;AAAA,EAClD;AAAA,EACD,SAAS,CAET;AACD;;;;;;;ACnBD,GAAG,WAAW,eAAe;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"album.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
|
||||
{"version":3,"file":"album.js","sources":["uni_modules/uview-plus/components/u-album/album.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:47:24\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/album.js\n */\nexport default {\n // album 组件\n album: {\n urls: [],\n keyName: '',\n singleSize: 180,\n multipleSize: 70,\n space: 6,\n singleMode: 'scaleToFill',\n multipleMode: 'aspectFill',\n maxCount: 9,\n previewFullImage: true,\n rowCount: 3,\n showMore: true,\n autoWrap: false,\n unit: 'px',\n stop: true,\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEX,OAAO;AAAA,IACH,MAAM,CAAE;AAAA,IACR,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,UAAU;AAAA,IACV,kBAAkB;AAAA,IAClB,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,EACT;AACL;;"}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user