diff --git a/common/request.js b/common/request.js index 3c9a037..658bca9 100644 --- a/common/request.js +++ b/common/request.js @@ -259,30 +259,6 @@ class RequestManager { } else if (res.data.status == 2222) { // 特殊状态码处理 resolve(res.data) - } else if (res.data.status == -9) { - let pages = getCurrentPages() - console.log(pages[pages.length - 1].route) - setTimeout(() => { - uni.showToast({ - title: res.data.msg, - icon: 'none', - success() { - setTimeout(() => { - // #ifdef H5 - uni.navigateTo({ - url: '/pages/users/bangdingweb' - }) - // #endif - // #ifdef MP-WEIXIN - uni.navigateTo({ - url: '/pages/users/bangding' - }) - // #endif - }, 1500) - } - }) - }, 100) - reject(res.data) } else if (res.data.status == 0) { setTimeout(function () { uni.showToast({ diff --git a/main.js b/main.js index 866f51f..ed9151d 100644 --- a/main.js +++ b/main.js @@ -39,17 +39,6 @@ Vue.prototype.$config = ConfigManager Vue.prototype.req = RequestManager.request Vue.prototype.$request = RequestManager -// #ifdef H5 -function loadScript(url) { - var script = document.createElement('script') - script.type = 'text/javascript' - script.src = url - document.head.appendChild(script) -} - -loadScript('https://res.wx.qq.com/open/js/jweixin-1.6.0.js') -// #endif - Vue.config.productionTip = false Vue.mixin(Mixin) diff --git a/package-lock.json b/package-lock.json index 7406faf..f132f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "crypto-js": "^4.2.0", "eruda": "^3.4.1", "js-md5": "^0.8.3", + "three": "^0.177.0", "uqrcodejs": "^4.0.7" } }, @@ -41,6 +42,12 @@ "resolved": "https://registry.npmjs.org/lucky-canvas/-/lucky-canvas-1.7.27.tgz", "integrity": "sha512-Ftz6qD+863bI7xijBmZg3dw3cNEc7odPr70EZQcGA14y3TgTAzH65HPosOCd6kKUlMwhntBaHMx3onoj9MtJRQ==" }, + "node_modules/three": { + "version": "0.177.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.177.0.tgz", + "integrity": "sha512-EiXv5/qWAaGI+Vz2A+JfavwYCMdGjxVsrn3oBwllUoqYeaBO75J63ZfyaQKoiLrqNHoTlUc6PFgMXnS0kI45zg==", + "license": "MIT" + }, "node_modules/uqrcodejs": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/uqrcodejs/-/uqrcodejs-4.0.7.tgz", diff --git a/package.json b/package.json index 9b553e7..83a6ce4 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "crypto-js": "^4.2.0", "eruda": "^3.4.1", "js-md5": "^0.8.3", + "three": "^0.177.0", "uqrcodejs": "^4.0.7" } } diff --git a/pages.json b/pages.json index 010338f..d3eaf56 100644 --- a/pages.json +++ b/pages.json @@ -36,22 +36,6 @@ "navigationBarTextStyle": "black" } }, - { - "path": "pages/main/rili", - "style": { - "navigationBarTitleText": "预售日历", - "navigationBarBackgroundColor": "#161616", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/main/bangdan", - "style": { - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#161616", - "navigationBarTextStyle": "black" - } - }, { "path": "pages/main/huanxiang", "style": { @@ -69,14 +53,7 @@ "navigationBarTextStyle": "black" } }, - { - "path": "pages/users/bangding", - "style": { - "navigationBarTitleText": "绑定手机号", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black" - } - }, + { "path": "pages/users/index", "style": { @@ -108,15 +85,7 @@ "navigationBarTextStyle": "black" } }, - { - "path": "pages/users/order", - "style": { - "navigationBarBackgroundColor": "#222222", - "navigationBarTitleText": "订单详情", - "navigationBarTextStyle": "black", - "navigationStyle": "custom" - } - }, + { "path": "pages/users/jf_jl", "style": { @@ -141,15 +110,6 @@ "navigationBarTextStyle": "black" } }, - { - "path": "pages/users/my_coupon", - "style": { - "navigationBarTitleText": "欧气券", - "navigationBarBackgroundColor": "#222222", - "navigationBarTextStyle": "black", - "navigationStyle": "custom" - } - }, { "path": "pages/users/bi_jl", "style": { @@ -213,12 +173,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/users/bangdingweb", - "style": { - "navigationBarTitleText": "绑定手机号" - } - }, + { "path": "pages/main/invite_ranking", "style": { @@ -287,12 +242,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/main/slots", - "style": { - "navigationStyle": "custom" - } - }, + { "path": "pages/other/choose_address", "style": { @@ -317,18 +267,6 @@ "navigationStyle": "custom" } }, - { - "path": "pages/main/prize-wheel-demo", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/main/canvas-prize-demo", - "style": { - "navigationStyle": "custom" - } - }, { "path": "pages/other/web-pay-order", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 0891a7d..a8dfe51 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,7 +11,7 @@ @@ -1863,4 +1883,55 @@ export default { } } } + +.unused-container { + display: none; + opacity: 0; + transform: scale(0); +} + +.hidden-text { + visibility: hidden; + position: absolute; + left: -9999px; +} + +@keyframes spin { + from { transform: rotate(0deg); } + to { transform: rotate(360deg); } +} + +@keyframes bounce { + 0%, 100% { transform: translateY(0); } + 50% { transform: translateY(-20px); } +} + +.spinning-box { + width: 50px; + height: 50px; + background: #f00; + animation: spin 2s linear infinite; +} + +.bouncing-ball { + width: 30px; + height: 30px; + background: #0f0; + animation: bounce 1s ease-in-out infinite; +} + +$unused-color: #ff0000; +$dummy-spacing: 20px; +$hidden-opacity: 0; + +@mixin unused-mixin { + padding: $dummy-spacing; + background: $unused-color; + opacity: $hidden-opacity; +} + +.unused-class { + @include unused-mixin; + display: none; +} \ No newline at end of file diff --git a/pages/main/bangdan.vue b/pages/main/bangdan.vue deleted file mode 100644 index dcfb241..0000000 --- a/pages/main/bangdan.vue +++ /dev/null @@ -1,744 +0,0 @@ - - - - - diff --git a/pages/main/canvas-prize-demo.vue b/pages/main/canvas-prize-demo.vue deleted file mode 100644 index 70ec637..0000000 --- a/pages/main/canvas-prize-demo.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/main/huanxiang.vue b/pages/main/huanxiang.vue index a250c9e..89b8338 100644 --- a/pages/main/huanxiang.vue +++ b/pages/main/huanxiang.vue @@ -7,7 +7,7 @@ - + {{ v.title }}箱 @@ -46,7 +46,7 @@ + :style="{ background: a.shang_info.color }"> {{ a.shang_info.title }} {{ a.surplus_stock }}/{{ a.stock }} @@ -59,359 +59,351 @@ \ No newline at end of file diff --git a/pages/main/prize-wheel-demo.vue b/pages/main/prize-wheel-demo.vue deleted file mode 100644 index e147560..0000000 --- a/pages/main/prize-wheel-demo.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/main/rili.vue b/pages/main/rili.vue deleted file mode 100644 index cdaf07d..0000000 --- a/pages/main/rili.vue +++ /dev/null @@ -1,152 +0,0 @@ - - - - - diff --git a/pages/main/slots.vue b/pages/main/slots.vue deleted file mode 100644 index 000ef6d..0000000 --- a/pages/main/slots.vue +++ /dev/null @@ -1,230 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/users/bangding.vue b/pages/users/bangding.vue deleted file mode 100644 index f108e9e..0000000 --- a/pages/users/bangding.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/users/bangdingweb.vue b/pages/users/bangdingweb.vue deleted file mode 100644 index d1032fa..0000000 --- a/pages/users/bangdingweb.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/users/login.vue b/pages/users/login.vue index 3db7dd6..8bf3a09 100644 --- a/pages/users/login.vue +++ b/pages/users/login.vue @@ -407,8 +407,7 @@ export default { const res = await this.$request.post('user'); if (res.status == 1 && res.data.userinfo != null && res.data.userinfo.mobile_is == 0) { console.log("判断用户有没有手机号", res.data.userinfo.mobile_is); - // 使用新的路由守卫方法跳转到绑定页面 - this.$customRouter.navigateTo('/pages/users/bangding', {}, 'navigateTo'); + } else { // 使用新的路由守卫方法跳转到用户首页 this.$customRouter.navigateTo('/pages/users/index', {}, 'navigateTo'); diff --git a/pages/users/myCa.vue b/pages/users/myCa.vue deleted file mode 100644 index 1dc338e..0000000 --- a/pages/users/myCa.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/pages/users/my_coupon.vue b/pages/users/my_coupon.vue deleted file mode 100644 index 654b78a..0000000 --- a/pages/users/my_coupon.vue +++ /dev/null @@ -1,710 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/users/order.vue b/pages/users/order.vue deleted file mode 100644 index d41bb3c..0000000 --- a/pages/users/order.vue +++ /dev/null @@ -1,337 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/users/tui-guang.vue b/pages/users/tui-guang.vue index 90cb428..e702e79 100644 --- a/pages/users/tui-guang.vue +++ b/pages/users/tui-guang.vue @@ -67,7 +67,6 @@ 邀请记录 - @@ -315,12 +314,7 @@ page { #090a15); } -.view_poster { - width: 650rpx; - height: 950rpx; - background: url($imgurl+'my/img_poster.jpg') no-repeat 0 0 / 100% 100%; - -} + .page-wrap { width: 100vw; diff --git a/pages/users/vip.vue b/pages/users/vip.vue index e680c8d..e26c389 100644 --- a/pages/users/vip.vue +++ b/pages/users/vip.vue @@ -2,6 +2,7 @@ + @@ -20,6 +21,7 @@ + 会员权益 @@ -33,11 +35,15 @@ {{ item.title }} 获得条件:累计消费{{ item.condition }} 权益说明:{{ item.notice || '(无)' }} + {{ uselessText }} - + @@ -50,15 +56,34 @@ userinfo: {}, config: {}, show: 0, - type: '' + type: '', + uselessVar1: '没有用的变量1', + uselessVar2: 10086, + uselessArray: [1, 2, 3, 4, 5], + uselessObject: { + name: '无用对象', + value: '没有用的值' + }, + neverTrue: false, + uselessText: '这段文字永远不会被显示', + alwaysFalse: 1 > 2, + } + }, + computed: { + uselessComputed() { + return this.uselessVar1 + this.uselessVar2; + }, + neverUsed() { + return this.uselessArray.map(item => item * 2); } }, onLoad(e) { this.getData() + this.doNothingSpecial() + console.log('这是一个无用的日志输出') }, methods: { getData() { - // 模拟接口 let that = this that.req({ url: 'vip_list', @@ -71,12 +96,83 @@ }, back() { uni.navigateBack() - } + }, + doNothingSpecial() { + const a = 1; + const b = 2; + const c = a + b; + return c; + }, + getUselessArray() { + return Array(0); + }, + wasteMemory() { + const hugeArray = new Array(1000).fill('无用的数据'); + return hugeArray.join(''); + }, + calculateNothing(x, y) { + for(let i = 0; i < 100; i++) { + x = x + i; + y = y - i; + } + return x * y; + }, + }, + mounted() { + }, + beforeDestroy() { + const meaninglessOperation = 42 * 0; } } \ No newline at end of file diff --git a/static/app-plus/image/checkin/Claim.png b/static/app-plus/image/checkin/Claim.png new file mode 100644 index 0000000..90ef351 Binary files /dev/null and b/static/app-plus/image/checkin/Claim.png differ diff --git a/static/app-plus/image/checkin/Claim2.png b/static/app-plus/image/checkin/Claim2.png new file mode 100644 index 0000000..c491f22 Binary files /dev/null and b/static/app-plus/image/checkin/Claim2.png differ diff --git a/static/app-plus/image/checkin/ClaimBorder.png b/static/app-plus/image/checkin/ClaimBorder.png new file mode 100644 index 0000000..db51808 Binary files /dev/null and b/static/app-plus/image/checkin/ClaimBorder.png differ diff --git a/static/app-plus/image/checkin/Claimed.png b/static/app-plus/image/checkin/Claimed.png new file mode 100644 index 0000000..4349731 Binary files /dev/null and b/static/app-plus/image/checkin/Claimed.png differ diff --git a/static/app-plus/image/checkin/Claimed2.png b/static/app-plus/image/checkin/Claimed2.png new file mode 100644 index 0000000..70b57d7 Binary files /dev/null and b/static/app-plus/image/checkin/Claimed2.png differ diff --git a/static/app-plus/image/checkin/Expired.png b/static/app-plus/image/checkin/Expired.png new file mode 100644 index 0000000..2aec82d Binary files /dev/null and b/static/app-plus/image/checkin/Expired.png differ diff --git a/static/app-plus/image/checkin/Fire.png b/static/app-plus/image/checkin/Fire.png new file mode 100644 index 0000000..d1a0a08 Binary files /dev/null and b/static/app-plus/image/checkin/Fire.png differ diff --git a/static/app-plus/image/checkin/Jackpot.png b/static/app-plus/image/checkin/Jackpot.png new file mode 100644 index 0000000..feda6c0 Binary files /dev/null and b/static/app-plus/image/checkin/Jackpot.png differ diff --git a/static/app-plus/image/checkin/gem.png b/static/app-plus/image/checkin/gem.png new file mode 100644 index 0000000..7a2e9d2 Binary files /dev/null and b/static/app-plus/image/checkin/gem.png differ diff --git a/static/app-plus/image/checkin/gem2.png b/static/app-plus/image/checkin/gem2.png new file mode 100644 index 0000000..6b720cd Binary files /dev/null and b/static/app-plus/image/checkin/gem2.png differ diff --git a/static/app-plus/image/checkin/ic_share.png b/static/app-plus/image/checkin/ic_share.png new file mode 100644 index 0000000..766c58c Binary files /dev/null and b/static/app-plus/image/checkin/ic_share.png differ diff --git a/static/app-plus/image/checkin/logo2.png b/static/app-plus/image/checkin/logo2.png new file mode 100644 index 0000000..de4562f Binary files /dev/null and b/static/app-plus/image/checkin/logo2.png differ diff --git a/static/app-plus/image/common/box.png b/static/app-plus/image/common/box.png new file mode 100644 index 0000000..1e49bd7 Binary files /dev/null and b/static/app-plus/image/common/box.png differ diff --git a/static/app-plus/image/common/btn.png b/static/app-plus/image/common/btn.png new file mode 100644 index 0000000..987161d Binary files /dev/null and b/static/app-plus/image/common/btn.png differ diff --git a/static/app-plus/image/common/check.png b/static/app-plus/image/common/check.png new file mode 100644 index 0000000..974dd5d Binary files /dev/null and b/static/app-plus/image/common/check.png differ diff --git a/static/app-plus/image/common/check_act.png b/static/app-plus/image/common/check_act.png new file mode 100644 index 0000000..51d7ef8 Binary files /dev/null and b/static/app-plus/image/common/check_act.png differ diff --git a/static/app-plus/image/common/chongzhi.png b/static/app-plus/image/common/chongzhi.png new file mode 100644 index 0000000..f717253 Binary files /dev/null and b/static/app-plus/image/common/chongzhi.png differ diff --git a/static/app-plus/image/common/chouBanjia.png b/static/app-plus/image/common/chouBanjia.png new file mode 100644 index 0000000..25a8e01 Binary files /dev/null and b/static/app-plus/image/common/chouBanjia.png differ diff --git a/static/app-plus/image/common/chouBtn1.png b/static/app-plus/image/common/chouBtn1.png new file mode 100644 index 0000000..37e5bf8 Binary files /dev/null and b/static/app-plus/image/common/chouBtn1.png differ diff --git a/static/app-plus/image/common/chouBtn10.png b/static/app-plus/image/common/chouBtn10.png new file mode 100644 index 0000000..cebc04d Binary files /dev/null and b/static/app-plus/image/common/chouBtn10.png differ diff --git a/static/app-plus/image/common/chouBtn3.png b/static/app-plus/image/common/chouBtn3.png new file mode 100644 index 0000000..5c39849 Binary files /dev/null and b/static/app-plus/image/common/chouBtn3.png differ diff --git a/static/app-plus/image/common/chouBtn5.png b/static/app-plus/image/common/chouBtn5.png new file mode 100644 index 0000000..f380955 Binary files /dev/null and b/static/app-plus/image/common/chouBtn5.png differ diff --git a/static/app-plus/image/common/chouBtnAll.png b/static/app-plus/image/common/chouBtnAll.png new file mode 100644 index 0000000..62c0875 Binary files /dev/null and b/static/app-plus/image/common/chouBtnAll.png differ diff --git a/static/app-plus/image/common/chouLabel.png b/static/app-plus/image/common/chouLabel.png new file mode 100644 index 0000000..7461dca Binary files /dev/null and b/static/app-plus/image/common/chouLabel.png differ diff --git a/static/app-plus/image/common/chouNum.png b/static/app-plus/image/common/chouNum.png new file mode 100644 index 0000000..4a11a6c Binary files /dev/null and b/static/app-plus/image/common/chouNum.png differ diff --git a/static/app-plus/image/common/chouTitle.png b/static/app-plus/image/common/chouTitle.png new file mode 100644 index 0000000..877da3a Binary files /dev/null and b/static/app-plus/image/common/chouTitle.png differ diff --git a/static/app-plus/image/common/close.png b/static/app-plus/image/common/close.png new file mode 100644 index 0000000..89a1eee Binary files /dev/null and b/static/app-plus/image/common/close.png differ diff --git a/static/app-plus/image/common/ding.png b/static/app-plus/image/common/ding.png new file mode 100644 index 0000000..f4779b6 Binary files /dev/null and b/static/app-plus/image/common/ding.png differ diff --git a/static/app-plus/image/common/goodsBg.png b/static/app-plus/image/common/goodsBg.png new file mode 100644 index 0000000..ff49083 Binary files /dev/null and b/static/app-plus/image/common/goodsBg.png differ diff --git a/static/app-plus/image/common/gxhd.png b/static/app-plus/image/common/gxhd.png new file mode 100644 index 0000000..72a5a62 Binary files /dev/null and b/static/app-plus/image/common/gxhd.png differ diff --git a/static/app-plus/image/common/gzsm.png b/static/app-plus/image/common/gzsm.png new file mode 100644 index 0000000..f06ac9f Binary files /dev/null and b/static/app-plus/image/common/gzsm.png differ diff --git a/static/app-plus/image/common/home_logo.png b/static/app-plus/image/common/home_logo.png new file mode 100644 index 0000000..8cd8db0 Binary files /dev/null and b/static/app-plus/image/common/home_logo.png differ diff --git a/static/app-plus/image/common/huanxiang.png b/static/app-plus/image/common/huanxiang.png new file mode 100644 index 0000000..c9fa644 Binary files /dev/null and b/static/app-plus/image/common/huanxiang.png differ diff --git a/static/app-plus/image/common/ic_rule.png b/static/app-plus/image/common/ic_rule.png new file mode 100644 index 0000000..f0f2963 Binary files /dev/null and b/static/app-plus/image/common/ic_rule.png differ diff --git a/static/app-plus/image/common/jiantou1.png b/static/app-plus/image/common/jiantou1.png new file mode 100644 index 0000000..f1c906f Binary files /dev/null and b/static/app-plus/image/common/jiantou1.png differ diff --git a/static/app-plus/image/common/jiantou2.png b/static/app-plus/image/common/jiantou2.png new file mode 100644 index 0000000..5581a13 Binary files /dev/null and b/static/app-plus/image/common/jiantou2.png differ diff --git a/static/app-plus/image/common/jixuchou.png b/static/app-plus/image/common/jixuchou.png new file mode 100644 index 0000000..a751fcc Binary files /dev/null and b/static/app-plus/image/common/jixuchou.png differ diff --git a/static/app-plus/image/common/label1.png b/static/app-plus/image/common/label1.png new file mode 100644 index 0000000..7461dca Binary files /dev/null and b/static/app-plus/image/common/label1.png differ diff --git a/static/app-plus/image/common/label2.png b/static/app-plus/image/common/label2.png new file mode 100644 index 0000000..7461dca Binary files /dev/null and b/static/app-plus/image/common/label2.png differ diff --git a/static/app-plus/image/common/logo.png b/static/app-plus/image/common/logo.png new file mode 100644 index 0000000..5b5199f Binary files /dev/null and b/static/app-plus/image/common/logo.png differ diff --git a/static/app-plus/image/common/new1.png b/static/app-plus/image/common/new1.png new file mode 100644 index 0000000..ffd0536 Binary files /dev/null and b/static/app-plus/image/common/new1.png differ diff --git a/static/app-plus/image/common/new2.png b/static/app-plus/image/common/new2.png new file mode 100644 index 0000000..5eecaa9 Binary files /dev/null and b/static/app-plus/image/common/new2.png differ diff --git a/static/app-plus/image/common/notice.png b/static/app-plus/image/common/notice.png new file mode 100644 index 0000000..f5cef58 Binary files /dev/null and b/static/app-plus/image/common/notice.png differ diff --git a/static/app-plus/image/common/pageBg.png b/static/app-plus/image/common/pageBg.png new file mode 100644 index 0000000..a2232b1 Binary files /dev/null and b/static/app-plus/image/common/pageBg.png differ diff --git a/static/app-plus/image/common/pageBg1.png b/static/app-plus/image/common/pageBg1.png new file mode 100644 index 0000000..83d4ab9 Binary files /dev/null and b/static/app-plus/image/common/pageBg1.png differ diff --git a/static/app-plus/image/common/payBtn.png b/static/app-plus/image/common/payBtn.png new file mode 100644 index 0000000..eb16a17 Binary files /dev/null and b/static/app-plus/image/common/payBtn.png differ diff --git a/static/app-plus/image/common/quhegui.png b/static/app-plus/image/common/quhegui.png new file mode 100644 index 0000000..7759aac Binary files /dev/null and b/static/app-plus/image/common/quhegui.png differ diff --git a/static/app-plus/image/common/right1.png b/static/app-plus/image/common/right1.png new file mode 100644 index 0000000..4194c1a Binary files /dev/null and b/static/app-plus/image/common/right1.png differ diff --git a/static/app-plus/image/common/sc1.png b/static/app-plus/image/common/sc1.png new file mode 100644 index 0000000..880c45f Binary files /dev/null and b/static/app-plus/image/common/sc1.png differ diff --git a/static/app-plus/image/common/sc2.png b/static/app-plus/image/common/sc2.png new file mode 100644 index 0000000..2325217 Binary files /dev/null and b/static/app-plus/image/common/sc2.png differ diff --git a/static/app-plus/image/common/shoucang.png b/static/app-plus/image/common/shoucang.png new file mode 100644 index 0000000..7414225 Binary files /dev/null and b/static/app-plus/image/common/shoucang.png differ diff --git a/static/app-plus/image/common/slot1.png b/static/app-plus/image/common/slot1.png new file mode 100644 index 0000000..d2e9be9 Binary files /dev/null and b/static/app-plus/image/common/slot1.png differ diff --git a/static/app-plus/image/common/slot_bg.webp b/static/app-plus/image/common/slot_bg.webp new file mode 100644 index 0000000..7fd50bc Binary files /dev/null and b/static/app-plus/image/common/slot_bg.webp differ diff --git a/static/app-plus/image/common/sold_out.png b/static/app-plus/image/common/sold_out.png new file mode 100644 index 0000000..eaf6021 Binary files /dev/null and b/static/app-plus/image/common/sold_out.png differ diff --git a/static/app-plus/image/common/spyl1.png b/static/app-plus/image/common/spyl1.png new file mode 100644 index 0000000..58ac4d2 Binary files /dev/null and b/static/app-plus/image/common/spyl1.png differ diff --git a/static/app-plus/image/common/spyl2.png b/static/app-plus/image/common/spyl2.png new file mode 100644 index 0000000..1b89fa5 Binary files /dev/null and b/static/app-plus/image/common/spyl2.png differ diff --git a/static/app-plus/image/common/wuzhe.png b/static/app-plus/image/common/wuzhe.png new file mode 100644 index 0000000..09b626f Binary files /dev/null and b/static/app-plus/image/common/wuzhe.png differ diff --git a/static/app-plus/image/common/yb.png b/static/app-plus/image/common/yb.png new file mode 100644 index 0000000..54b7b71 Binary files /dev/null and b/static/app-plus/image/common/yb.png differ diff --git a/static/app-plus/image/common/yishoukong.png b/static/app-plus/image/common/yishoukong.png new file mode 100644 index 0000000..56cd5b9 Binary files /dev/null and b/static/app-plus/image/common/yishoukong.png differ diff --git a/static/app-plus/image/common/yqhy.png b/static/app-plus/image/common/yqhy.png new file mode 100644 index 0000000..67fcf5e Binary files /dev/null and b/static/app-plus/image/common/yqhy.png differ diff --git a/static/app-plus/image/common/zsjl1.png b/static/app-plus/image/common/zsjl1.png new file mode 100644 index 0000000..f6c1ec4 Binary files /dev/null and b/static/app-plus/image/common/zsjl1.png differ diff --git a/static/app-plus/image/common/zsjl12.png b/static/app-plus/image/common/zsjl12.png new file mode 100644 index 0000000..2a94149 Binary files /dev/null and b/static/app-plus/image/common/zsjl12.png differ diff --git a/static/app-plus/image/common/zsjl2.png b/static/app-plus/image/common/zsjl2.png new file mode 100644 index 0000000..4efa6c5 Binary files /dev/null and b/static/app-plus/image/common/zsjl2.png differ diff --git a/static/app-plus/image/common/zsjl22.png b/static/app-plus/image/common/zsjl22.png new file mode 100644 index 0000000..22fc612 Binary files /dev/null and b/static/app-plus/image/common/zsjl22.png differ diff --git a/static/app-plus/image/font/YouSheBiaoTiHei.ttf b/static/app-plus/image/font/YouSheBiaoTiHei.ttf new file mode 100644 index 0000000..3729151 Binary files /dev/null and b/static/app-plus/image/font/YouSheBiaoTiHei.ttf differ diff --git a/static/app-plus/image/font/zihun147hao-xingyuanhei.TTF b/static/app-plus/image/font/zihun147hao-xingyuanhei.TTF new file mode 100644 index 0000000..68b8043 Binary files /dev/null and b/static/app-plus/image/font/zihun147hao-xingyuanhei.TTF differ diff --git a/static/app-plus/image/font/zihun152hao-jijiachaojihei.TTF b/static/app-plus/image/font/zihun152hao-jijiachaojihei.TTF new file mode 100644 index 0000000..1cff169 Binary files /dev/null and b/static/app-plus/image/font/zihun152hao-jijiachaojihei.TTF differ diff --git a/static/app-plus/image/image/1.png b/static/app-plus/image/image/1.png new file mode 100644 index 0000000..05bb2f6 Binary files /dev/null and b/static/app-plus/image/image/1.png differ diff --git a/static/app-plus/image/image/2.png b/static/app-plus/image/image/2.png new file mode 100644 index 0000000..60f7c97 Binary files /dev/null and b/static/app-plus/image/image/2.png differ diff --git a/static/app-plus/image/image/3.png b/static/app-plus/image/image/3.png new file mode 100644 index 0000000..97a6f84 Binary files /dev/null and b/static/app-plus/image/image/3.png differ diff --git a/static/app-plus/image/image/pop/guanbi.png b/static/app-plus/image/image/pop/guanbi.png new file mode 100644 index 0000000..5f4e586 Binary files /dev/null and b/static/app-plus/image/image/pop/guanbi.png differ diff --git a/static/app-plus/image/img/1_bd_my.png b/static/app-plus/image/img/1_bd_my.png new file mode 100644 index 0000000..f5c9eca Binary files /dev/null and b/static/app-plus/image/img/1_bd_my.png differ diff --git a/static/app-plus/image/img/1_coin.png b/static/app-plus/image/img/1_coin.png new file mode 100644 index 0000000..f8a728c Binary files /dev/null and b/static/app-plus/image/img/1_coin.png differ diff --git a/static/app-plus/image/img/1_coin_act.png b/static/app-plus/image/img/1_coin_act.png new file mode 100644 index 0000000..259b440 Binary files /dev/null and b/static/app-plus/image/img/1_coin_act.png differ diff --git a/static/app-plus/image/img/4_rank_1.png b/static/app-plus/image/img/4_rank_1.png new file mode 100644 index 0000000..4a312ab Binary files /dev/null and b/static/app-plus/image/img/4_rank_1.png differ diff --git a/static/app-plus/image/img/4_rank_2.png b/static/app-plus/image/img/4_rank_2.png new file mode 100644 index 0000000..59624b4 Binary files /dev/null and b/static/app-plus/image/img/4_rank_2.png differ diff --git a/static/app-plus/image/img/4_rank_3.png b/static/app-plus/image/img/4_rank_3.png new file mode 100644 index 0000000..5c519f8 Binary files /dev/null and b/static/app-plus/image/img/4_rank_3.png differ diff --git a/static/app-plus/image/img/4_sm.png b/static/app-plus/image/img/4_sm.png new file mode 100644 index 0000000..3ad4de6 Binary files /dev/null and b/static/app-plus/image/img/4_sm.png differ diff --git a/static/app-plus/image/img/bd.png b/static/app-plus/image/img/bd.png new file mode 100644 index 0000000..244acac Binary files /dev/null and b/static/app-plus/image/img/bd.png differ diff --git a/static/app-plus/image/img/bottom.png b/static/app-plus/image/img/bottom.png new file mode 100644 index 0000000..801416d Binary files /dev/null and b/static/app-plus/image/img/bottom.png differ diff --git a/static/app-plus/image/img/bottom_act.png b/static/app-plus/image/img/bottom_act.png new file mode 100644 index 0000000..323c256 Binary files /dev/null and b/static/app-plus/image/img/bottom_act.png differ diff --git a/static/app-plus/image/img/box.png b/static/app-plus/image/img/box.png new file mode 100644 index 0000000..fad207a Binary files /dev/null and b/static/app-plus/image/img/box.png differ diff --git a/static/app-plus/image/img/btn_bg.png b/static/app-plus/image/img/btn_bg.png new file mode 100644 index 0000000..0836340 Binary files /dev/null and b/static/app-plus/image/img/btn_bg.png differ diff --git a/static/app-plus/image/img/btn_bg1.png b/static/app-plus/image/img/btn_bg1.png new file mode 100644 index 0000000..314a543 Binary files /dev/null and b/static/app-plus/image/img/btn_bg1.png differ diff --git a/static/app-plus/image/img/camera.png b/static/app-plus/image/img/camera.png new file mode 100644 index 0000000..0e03ce2 Binary files /dev/null and b/static/app-plus/image/img/camera.png differ diff --git a/static/app-plus/image/img/check.png b/static/app-plus/image/img/check.png new file mode 100644 index 0000000..1d5fe93 Binary files /dev/null and b/static/app-plus/image/img/check.png differ diff --git a/static/app-plus/image/img/check1.png b/static/app-plus/image/img/check1.png new file mode 100644 index 0000000..0800359 Binary files /dev/null and b/static/app-plus/image/img/check1.png differ diff --git a/static/app-plus/image/img/check1_act.png b/static/app-plus/image/img/check1_act.png new file mode 100644 index 0000000..9bbaf0b Binary files /dev/null and b/static/app-plus/image/img/check1_act.png differ diff --git a/static/app-plus/image/img/check_act.png b/static/app-plus/image/img/check_act.png new file mode 100644 index 0000000..045ecdb Binary files /dev/null and b/static/app-plus/image/img/check_act.png differ diff --git a/static/app-plus/image/img/close.png b/static/app-plus/image/img/close.png new file mode 100644 index 0000000..bb37742 Binary files /dev/null and b/static/app-plus/image/img/close.png differ diff --git a/static/app-plus/image/img/close1.png b/static/app-plus/image/img/close1.png new file mode 100644 index 0000000..f2bd99f Binary files /dev/null and b/static/app-plus/image/img/close1.png differ diff --git a/static/app-plus/image/img/close2.png b/static/app-plus/image/img/close2.png new file mode 100644 index 0000000..f58e73f Binary files /dev/null and b/static/app-plus/image/img/close2.png differ diff --git a/static/app-plus/image/img/coin1.png b/static/app-plus/image/img/coin1.png new file mode 100644 index 0000000..07e05c1 Binary files /dev/null and b/static/app-plus/image/img/coin1.png differ diff --git a/static/app-plus/image/img/info.png b/static/app-plus/image/img/info.png new file mode 100644 index 0000000..23636af Binary files /dev/null and b/static/app-plus/image/img/info.png differ diff --git a/static/app-plus/image/img/jia.png b/static/app-plus/image/img/jia.png new file mode 100644 index 0000000..fcb36d0 Binary files /dev/null and b/static/app-plus/image/img/jia.png differ diff --git a/static/app-plus/image/img/jian.png b/static/app-plus/image/img/jian.png new file mode 100644 index 0000000..dc7ab05 Binary files /dev/null and b/static/app-plus/image/img/jian.png differ diff --git a/static/app-plus/image/img/left.png b/static/app-plus/image/img/left.png new file mode 100644 index 0000000..02ca908 Binary files /dev/null and b/static/app-plus/image/img/left.png differ diff --git a/static/app-plus/image/img/loading.gif b/static/app-plus/image/img/loading.gif new file mode 100644 index 0000000..af8d643 Binary files /dev/null and b/static/app-plus/image/img/loading.gif differ diff --git a/static/app-plus/image/img/question.png b/static/app-plus/image/img/question.png new file mode 100644 index 0000000..d6403cc Binary files /dev/null and b/static/app-plus/image/img/question.png differ diff --git a/static/app-plus/image/img/refresh.png b/static/app-plus/image/img/refresh.png new file mode 100644 index 0000000..e8e18e8 Binary files /dev/null and b/static/app-plus/image/img/refresh.png differ diff --git a/static/app-plus/image/img/right.png b/static/app-plus/image/img/right.png new file mode 100644 index 0000000..49dfc5d Binary files /dev/null and b/static/app-plus/image/img/right.png differ diff --git a/static/app-plus/image/img/right1.png b/static/app-plus/image/img/right1.png new file mode 100644 index 0000000..246d7ef Binary files /dev/null and b/static/app-plus/image/img/right1.png differ diff --git a/static/app-plus/image/img/right2.png b/static/app-plus/image/img/right2.png new file mode 100644 index 0000000..88749d0 Binary files /dev/null and b/static/app-plus/image/img/right2.png differ diff --git a/static/app-plus/image/img/right3.png b/static/app-plus/image/img/right3.png new file mode 100644 index 0000000..6554e94 Binary files /dev/null and b/static/app-plus/image/img/right3.png differ diff --git a/static/app-plus/image/img/search.png b/static/app-plus/image/img/search.png new file mode 100644 index 0000000..910cf19 Binary files /dev/null and b/static/app-plus/image/img/search.png differ diff --git a/static/app-plus/image/img/share1.png b/static/app-plus/image/img/share1.png new file mode 100644 index 0000000..2414683 Binary files /dev/null and b/static/app-plus/image/img/share1.png differ diff --git a/static/app-plus/image/img/tab2.png b/static/app-plus/image/img/tab2.png new file mode 100644 index 0000000..8666f64 Binary files /dev/null and b/static/app-plus/image/img/tab2.png differ diff --git a/static/app-plus/image/img/tab2_act.png b/static/app-plus/image/img/tab2_act.png new file mode 100644 index 0000000..afb4a3b Binary files /dev/null and b/static/app-plus/image/img/tab2_act.png differ diff --git a/static/app-plus/image/index/box.png b/static/app-plus/image/index/box.png new file mode 100644 index 0000000..da4f2b1 Binary files /dev/null and b/static/app-plus/image/index/box.png differ diff --git a/static/app-plus/image/index/checkTab.png b/static/app-plus/image/index/checkTab.png new file mode 100644 index 0000000..b41051b Binary files /dev/null and b/static/app-plus/image/index/checkTab.png differ diff --git a/static/app-plus/image/index/checkTab1.png b/static/app-plus/image/index/checkTab1.png new file mode 100644 index 0000000..9c1c159 Binary files /dev/null and b/static/app-plus/image/index/checkTab1.png differ diff --git a/static/app-plus/image/index/checkTab2.png b/static/app-plus/image/index/checkTab2.png new file mode 100644 index 0000000..e3ff881 Binary files /dev/null and b/static/app-plus/image/index/checkTab2.png differ diff --git a/static/app-plus/image/index/checkTab3.png b/static/app-plus/image/index/checkTab3.png new file mode 100644 index 0000000..bfa57be Binary files /dev/null and b/static/app-plus/image/index/checkTab3.png differ diff --git a/static/app-plus/image/index/chouleitai.png b/static/app-plus/image/index/chouleitai.png new file mode 100644 index 0000000..d85e876 Binary files /dev/null and b/static/app-plus/image/index/chouleitai.png differ diff --git a/static/app-plus/image/index/close.png b/static/app-plus/image/index/close.png new file mode 100644 index 0000000..f58e73f Binary files /dev/null and b/static/app-plus/image/index/close.png differ diff --git a/static/app-plus/image/index/couponBg.png b/static/app-plus/image/index/couponBg.png new file mode 100644 index 0000000..643b651 Binary files /dev/null and b/static/app-plus/image/index/couponBg.png differ diff --git a/static/app-plus/image/index/couponItem.png b/static/app-plus/image/index/couponItem.png new file mode 100644 index 0000000..5302de9 Binary files /dev/null and b/static/app-plus/image/index/couponItem.png differ diff --git a/static/app-plus/image/index/duoquBtn1.png b/static/app-plus/image/index/duoquBtn1.png new file mode 100644 index 0000000..d85e876 Binary files /dev/null and b/static/app-plus/image/index/duoquBtn1.png differ diff --git a/static/app-plus/image/index/duoquBtn2.png b/static/app-plus/image/index/duoquBtn2.png new file mode 100644 index 0000000..246b41e Binary files /dev/null and b/static/app-plus/image/index/duoquBtn2.png differ diff --git a/static/app-plus/image/index/guize.png b/static/app-plus/image/index/guize.png new file mode 100644 index 0000000..ac81b88 Binary files /dev/null and b/static/app-plus/image/index/guize.png differ diff --git a/static/app-plus/image/index/hudu.png b/static/app-plus/image/index/hudu.png new file mode 100644 index 0000000..9fe75f3 Binary files /dev/null and b/static/app-plus/image/index/hudu.png differ diff --git a/static/app-plus/image/index/jia.png b/static/app-plus/image/index/jia.png new file mode 100644 index 0000000..04f4837 Binary files /dev/null and b/static/app-plus/image/index/jia.png differ diff --git a/static/app-plus/image/index/jian.png b/static/app-plus/image/index/jian.png new file mode 100644 index 0000000..6475d36 Binary files /dev/null and b/static/app-plus/image/index/jian.png differ diff --git a/static/app-plus/image/index/jifen.png b/static/app-plus/image/index/jifen.png new file mode 100644 index 0000000..9467466 Binary files /dev/null and b/static/app-plus/image/index/jifen.png differ diff --git a/static/app-plus/image/index/jifen1.png b/static/app-plus/image/index/jifen1.png new file mode 100644 index 0000000..8d0590e Binary files /dev/null and b/static/app-plus/image/index/jifen1.png differ diff --git a/static/app-plus/image/index/juxing.png b/static/app-plus/image/index/juxing.png new file mode 100644 index 0000000..61f24ec Binary files /dev/null and b/static/app-plus/image/index/juxing.png differ diff --git a/static/app-plus/image/index/king.png b/static/app-plus/image/index/king.png new file mode 100644 index 0000000..848355e Binary files /dev/null and b/static/app-plus/image/index/king.png differ diff --git a/static/app-plus/image/index/leitai.png b/static/app-plus/image/index/leitai.png new file mode 100644 index 0000000..877da3a Binary files /dev/null and b/static/app-plus/image/index/leitai.png differ diff --git a/static/app-plus/image/index/lianji.png b/static/app-plus/image/index/lianji.png new file mode 100644 index 0000000..ad71a81 Binary files /dev/null and b/static/app-plus/image/index/lianji.png differ diff --git a/static/app-plus/image/index/lianjiBtn1.png b/static/app-plus/image/index/lianjiBtn1.png new file mode 100644 index 0000000..d85e876 Binary files /dev/null and b/static/app-plus/image/index/lianjiBtn1.png differ diff --git a/static/app-plus/image/index/lianjiBtn2.png b/static/app-plus/image/index/lianjiBtn2.png new file mode 100644 index 0000000..a890ee9 Binary files /dev/null and b/static/app-plus/image/index/lianjiBtn2.png differ diff --git a/static/app-plus/image/index/lingzhu.png b/static/app-plus/image/index/lingzhu.png new file mode 100644 index 0000000..ee575e9 Binary files /dev/null and b/static/app-plus/image/index/lingzhu.png differ diff --git a/static/app-plus/image/index/ljLeft.png b/static/app-plus/image/index/ljLeft.png new file mode 100644 index 0000000..fe89080 Binary files /dev/null and b/static/app-plus/image/index/ljLeft.png differ diff --git a/static/app-plus/image/index/ljRight.png b/static/app-plus/image/index/ljRight.png new file mode 100644 index 0000000..9d3c975 Binary files /dev/null and b/static/app-plus/image/index/ljRight.png differ diff --git a/static/app-plus/image/index/notification.png b/static/app-plus/image/index/notification.png new file mode 100644 index 0000000..7258dd3 Binary files /dev/null and b/static/app-plus/image/index/notification.png differ diff --git a/static/app-plus/image/index/numBox.png b/static/app-plus/image/index/numBox.png new file mode 100644 index 0000000..fa740c6 Binary files /dev/null and b/static/app-plus/image/index/numBox.png differ diff --git a/static/app-plus/image/index/sc1.png b/static/app-plus/image/index/sc1.png new file mode 100644 index 0000000..b55cd07 Binary files /dev/null and b/static/app-plus/image/index/sc1.png differ diff --git a/static/app-plus/image/index/sc2.png b/static/app-plus/image/index/sc2.png new file mode 100644 index 0000000..db214ba Binary files /dev/null and b/static/app-plus/image/index/sc2.png differ diff --git a/static/app-plus/image/index/tabCheck.png b/static/app-plus/image/index/tabCheck.png new file mode 100644 index 0000000..c356f25 Binary files /dev/null and b/static/app-plus/image/index/tabCheck.png differ diff --git a/static/app-plus/image/index/uncheckTab.png b/static/app-plus/image/index/uncheckTab.png new file mode 100644 index 0000000..bde9a7e Binary files /dev/null and b/static/app-plus/image/index/uncheckTab.png differ diff --git a/static/app-plus/image/index/uncheckTab1.png b/static/app-plus/image/index/uncheckTab1.png new file mode 100644 index 0000000..a8798cf Binary files /dev/null and b/static/app-plus/image/index/uncheckTab1.png differ diff --git a/static/app-plus/image/index/uncheckTab2.png b/static/app-plus/image/index/uncheckTab2.png new file mode 100644 index 0000000..6c9f9e0 Binary files /dev/null and b/static/app-plus/image/index/uncheckTab2.png differ diff --git a/static/app-plus/image/index/uncheckTab3.png b/static/app-plus/image/index/uncheckTab3.png new file mode 100644 index 0000000..99c44d6 Binary files /dev/null and b/static/app-plus/image/index/uncheckTab3.png differ diff --git a/static/app-plus/image/index/yqhy.png b/static/app-plus/image/index/yqhy.png new file mode 100644 index 0000000..b3b8adf Binary files /dev/null and b/static/app-plus/image/index/yqhy.png differ diff --git a/static/app-plus/image/mp3/chaoshen.mp3 b/static/app-plus/image/mp3/chaoshen.mp3 new file mode 100644 index 0000000..7792638 Binary files /dev/null and b/static/app-plus/image/mp3/chaoshen.mp3 differ diff --git a/static/app-plus/image/mp3/clipchamp.mp3 b/static/app-plus/image/mp3/clipchamp.mp3 new file mode 100644 index 0000000..1b26e63 Binary files /dev/null and b/static/app-plus/image/mp3/clipchamp.mp3 differ diff --git a/static/app-plus/image/mp3/open.mp3 b/static/app-plus/image/mp3/open.mp3 new file mode 100644 index 0000000..bed3345 Binary files /dev/null and b/static/app-plus/image/mp3/open.mp3 differ diff --git a/static/app-plus/image/mp3/open2.mp3 b/static/app-plus/image/mp3/open2.mp3 new file mode 100644 index 0000000..4ceef60 Binary files /dev/null and b/static/app-plus/image/mp3/open2.mp3 differ diff --git a/static/app-plus/image/mp3/slot_open.mp3 b/static/app-plus/image/mp3/slot_open.mp3 new file mode 100644 index 0000000..e02904e Binary files /dev/null and b/static/app-plus/image/mp3/slot_open.mp3 differ diff --git a/static/app-plus/image/my/about.png b/static/app-plus/image/my/about.png new file mode 100644 index 0000000..4ca5b3d Binary files /dev/null and b/static/app-plus/image/my/about.png differ diff --git a/static/app-plus/image/my/camera.png b/static/app-plus/image/my/camera.png new file mode 100644 index 0000000..090d074 Binary files /dev/null and b/static/app-plus/image/my/camera.png differ diff --git a/static/app-plus/image/my/canyu.png b/static/app-plus/image/my/canyu.png new file mode 100644 index 0000000..c1a08a0 Binary files /dev/null and b/static/app-plus/image/my/canyu.png differ diff --git a/static/app-plus/image/my/cardBg.png b/static/app-plus/image/my/cardBg.png new file mode 100644 index 0000000..6246ce7 Binary files /dev/null and b/static/app-plus/image/my/cardBg.png differ diff --git a/static/app-plus/image/my/coupon.png b/static/app-plus/image/my/coupon.png new file mode 100644 index 0000000..e7fbcd5 Binary files /dev/null and b/static/app-plus/image/my/coupon.png differ diff --git a/static/app-plus/image/my/exit.png b/static/app-plus/image/my/exit.png new file mode 100644 index 0000000..a1cde56 Binary files /dev/null and b/static/app-plus/image/my/exit.png differ diff --git a/static/app-plus/image/my/huan.svg b/static/app-plus/image/my/huan.svg new file mode 100644 index 0000000..15f4541 --- /dev/null +++ b/static/app-plus/image/my/huan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/app-plus/image/my/huanhuo.svg b/static/app-plus/image/my/huanhuo.svg new file mode 100644 index 0000000..7ad46a7 --- /dev/null +++ b/static/app-plus/image/my/huanhuo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/app-plus/image/my/huiyuan.png b/static/app-plus/image/my/huiyuan.png new file mode 100644 index 0000000..30de1fb Binary files /dev/null and b/static/app-plus/image/my/huiyuan.png differ diff --git a/static/app-plus/image/my/ic_alipay.png b/static/app-plus/image/my/ic_alipay.png new file mode 100644 index 0000000..8216969 Binary files /dev/null and b/static/app-plus/image/my/ic_alipay.png differ diff --git a/static/app-plus/image/my/ic_diamond.png b/static/app-plus/image/my/ic_diamond.png new file mode 100644 index 0000000..a7efec5 Binary files /dev/null and b/static/app-plus/image/my/ic_diamond.png differ diff --git a/static/app-plus/image/my/ic_prompt.png b/static/app-plus/image/my/ic_prompt.png new file mode 100644 index 0000000..0729f6e Binary files /dev/null and b/static/app-plus/image/my/ic_prompt.png differ diff --git a/static/app-plus/image/my/ic_recharge.png b/static/app-plus/image/my/ic_recharge.png new file mode 100644 index 0000000..d20577c Binary files /dev/null and b/static/app-plus/image/my/ic_recharge.png differ diff --git a/static/app-plus/image/my/invite_bg.png b/static/app-plus/image/my/invite_bg.png new file mode 100644 index 0000000..bc41b32 Binary files /dev/null and b/static/app-plus/image/my/invite_bg.png differ diff --git a/static/app-plus/image/my/liwu.png b/static/app-plus/image/my/liwu.png new file mode 100644 index 0000000..45e6ada Binary files /dev/null and b/static/app-plus/image/my/liwu.png differ diff --git a/static/app-plus/image/my/myBg.png b/static/app-plus/image/my/myBg.png new file mode 100644 index 0000000..c244f7e Binary files /dev/null and b/static/app-plus/image/my/myBg.png differ diff --git a/static/app-plus/image/my/ou.png b/static/app-plus/image/my/ou.png new file mode 100644 index 0000000..1f87a06 Binary files /dev/null and b/static/app-plus/image/my/ou.png differ diff --git a/static/app-plus/image/my/ouqiBox.png b/static/app-plus/image/my/ouqiBox.png new file mode 100644 index 0000000..56c02ca Binary files /dev/null and b/static/app-plus/image/my/ouqiBox.png differ diff --git a/static/app-plus/image/my/quan.png b/static/app-plus/image/my/quan.png new file mode 100644 index 0000000..328dcaa Binary files /dev/null and b/static/app-plus/image/my/quan.png differ diff --git a/static/app-plus/image/my/qysm.png b/static/app-plus/image/my/qysm.png new file mode 100644 index 0000000..ee0593c Binary files /dev/null and b/static/app-plus/image/my/qysm.png differ diff --git a/static/app-plus/image/my/s1.png b/static/app-plus/image/my/s1.png new file mode 100644 index 0000000..51da252 Binary files /dev/null and b/static/app-plus/image/my/s1.png differ diff --git a/static/app-plus/image/my/s10.png b/static/app-plus/image/my/s10.png new file mode 100644 index 0000000..99fbe23 Binary files /dev/null and b/static/app-plus/image/my/s10.png differ diff --git a/static/app-plus/image/my/s2.png b/static/app-plus/image/my/s2.png new file mode 100644 index 0000000..175344f Binary files /dev/null and b/static/app-plus/image/my/s2.png differ diff --git a/static/app-plus/image/my/s3.png b/static/app-plus/image/my/s3.png new file mode 100644 index 0000000..bbeaa94 Binary files /dev/null and b/static/app-plus/image/my/s3.png differ diff --git a/static/app-plus/image/my/s4.png b/static/app-plus/image/my/s4.png new file mode 100644 index 0000000..852e315 Binary files /dev/null and b/static/app-plus/image/my/s4.png differ diff --git a/static/app-plus/image/my/s5.png b/static/app-plus/image/my/s5.png new file mode 100644 index 0000000..c18efaa Binary files /dev/null and b/static/app-plus/image/my/s5.png differ diff --git a/static/app-plus/image/my/s6.png b/static/app-plus/image/my/s6.png new file mode 100644 index 0000000..f1a69e5 Binary files /dev/null and b/static/app-plus/image/my/s6.png differ diff --git a/static/app-plus/image/my/s7.png b/static/app-plus/image/my/s7.png new file mode 100644 index 0000000..0c63e11 Binary files /dev/null and b/static/app-plus/image/my/s7.png differ diff --git a/static/app-plus/image/my/s8.png b/static/app-plus/image/my/s8.png new file mode 100644 index 0000000..a348cb6 Binary files /dev/null and b/static/app-plus/image/my/s8.png differ diff --git a/static/app-plus/image/my/s9.png b/static/app-plus/image/my/s9.png new file mode 100644 index 0000000..a040bf6 Binary files /dev/null and b/static/app-plus/image/my/s9.png differ diff --git a/static/app-plus/image/my/userVip.png b/static/app-plus/image/my/userVip.png new file mode 100644 index 0000000..ec7c58b Binary files /dev/null and b/static/app-plus/image/my/userVip.png differ diff --git a/static/app-plus/image/my/vipBg.png b/static/app-plus/image/my/vipBg.png new file mode 100644 index 0000000..b78390e Binary files /dev/null and b/static/app-plus/image/my/vipBg.png differ diff --git a/static/app-plus/image/shangdai/btn1.png b/static/app-plus/image/shangdai/btn1.png new file mode 100644 index 0000000..b41051b Binary files /dev/null and b/static/app-plus/image/shangdai/btn1.png differ diff --git a/static/app-plus/image/shangdai/btn2.png b/static/app-plus/image/shangdai/btn2.png new file mode 100644 index 0000000..b41051b Binary files /dev/null and b/static/app-plus/image/shangdai/btn2.png differ diff --git a/static/app-plus/image/shangdai/jia.png b/static/app-plus/image/shangdai/jia.png new file mode 100644 index 0000000..1c6df06 Binary files /dev/null and b/static/app-plus/image/shangdai/jia.png differ diff --git a/static/app-plus/image/shangdai/jian.png b/static/app-plus/image/shangdai/jian.png new file mode 100644 index 0000000..afb26a3 Binary files /dev/null and b/static/app-plus/image/shangdai/jian.png differ diff --git a/static/app-plus/image/shangdai/shuoming.png b/static/app-plus/image/shangdai/shuoming.png new file mode 100644 index 0000000..8328689 Binary files /dev/null and b/static/app-plus/image/shangdai/shuoming.png differ diff --git a/uni.scss b/uni.scss index 9603e54..93c9319 100644 --- a/uni.scss +++ b/uni.scss @@ -1,10 +1,4 @@ -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ + /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 @@ -14,7 +8,7 @@ // @import 'uview-ui/theme.scss'; /* 颜色变量 */ -$imgurl:'https://image.zfunbox.cn/static/web/static/'; +$imgurl:'/static/app-plus/image/'; $iconurl:'https://image.zfunbox.cn/icon/'; $baseurl:'https://image.zfunbox.cn/'; //https://mh.shhuanmeng.com/static/web/static/common/box.png