This commit is contained in:
2025-12-27 09:01:32 +08:00
commit 24647b844e
712 changed files with 2718 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"usingComponents": {
"uni-popup": "/components/uni-popup/uni-popup",
"ns-goods-sku": "/components/ns-goods-sku/ns-goods-sku",
"loading-cover": "/components/loading-cover/loading-cover",
"ns-login": "/components/ns-login/ns-login",
"uni-number-box": "/components/uni-number-box/uni-number-box",
"to-top": "/components/toTop/toTop"
}
}

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

View File

@@ -0,0 +1,6 @@
{
"usingComponents": {
"ns-empty": "/components/ns-empty/ns-empty",
"uni-drawer": "/components/uni-drawer/uni-drawer"
}
}

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

View File

@@ -0,0 +1,8 @@
{
"navigationStyle": "custom",
"usingComponents": {
"uni-popup": "/components/uni-popup/uni-popup",
"loading-cover": "/components/loading-cover/loading-cover",
"ns-login": "/components/ns-login/ns-login"
}
}

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

View File

@@ -0,0 +1,8 @@
{
"usingComponents": {
"ns-empty": "/components/ns-empty/ns-empty",
"ns-payment": "/components/ns-payment/ns-payment",
"loading-cover": "/components/loading-cover/loading-cover",
"ns-login": "/components/ns-login/ns-login"
}
}

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

View File

@@ -0,0 +1,9 @@
{
"navigationStyle": "custom",
"usingComponents": {
"uni-popup": "/components/uni-popup/uni-popup",
"ns-payment": "/components/ns-payment/ns-payment",
"loading-cover": "/components/loading-cover/loading-cover",
"ns-select-time": "/components/ns-select-time/ns-select-time"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages_promotion/point/result"],{"0df2":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default={data:function(){return{}},onShow:function(){},methods:{toOrderList:function(){this.$util.redirectTo("/pages_promotion/point/order_list",{},"redirectTo")},toIndex:function(){this.$util.redirectTo("/pages/index/index")}}}},"3f42":function(t,n,e){"use strict";(function(t,n){var i=e("47a9");e("1dee");i(e("3240"));var o=i(e("557c"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(o.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},5494:function(t,n,e){"use strict";e.r(n);var i=e("0df2"),o=e.n(i);for(var u in i)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(u);n["default"]=o.a},"557c":function(t,n,e){"use strict";e.r(n);var i=e("ba6f"),o=e("5494");for(var u in o)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(u);e("e1e6");var c=e("828b"),r=Object(c["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);n["default"]=r.exports},"839c":function(t,n,e){},ba6f:function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){}));var i=function(){var t=this.$createElement,n=(this._self._c,this.$util.img("public/uniapp/pay/pay_success.png")),e=this.$lang("exchangeSuccess"),i=this.$lang("see"),o=this.$lang("goHome");this.$mp.data=Object.assign({},{$root:{g0:n,m0:e,m1:i,m2:o}})},o=[]},e1e6:function(t,n,e){"use strict";var i=e("839c"),o=e.n(i);o.a}},[["3f42","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,3 @@
{
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<page-meta page-style="{{themeColor}}"></page-meta><view class="container"><view class="image-wrap"><image class="result-image" src="{{$root.g0}}" mode="widthFix"></image></view><view class="msg">{{$root.m0}}</view><view class="action"><view data-event-opts="{{[['tap',[['toOrderList']]]]}}" class="btn color-base-border color-base-text" bindtap="__e">{{$root.m1}}</view><view data-event-opts="{{[['tap',[['toIndex',['$event']]]]]}}" class="btn go-home color-base-bg" bindtap="__e">{{$root.m2}}</view></view></view>

View File

@@ -0,0 +1 @@
.container{width:100vw;height:100vh;background:#fff}.container .image-wrap{display:flex;justify-content:center;padding:200rpx 0 40rpx 0}.container .image-wrap .result-image{width:166rpx}.container .msg{text-align:center;line-height:1;margin-bottom:50rpx;font-size:28rpx;color:#000}.container .pay-amount{color:#999;text-align:center;line-height:1;margin-bottom:30rpx}.container .action{width:90%;margin:0 auto;text-align:center;margin-top:150rpx;display:flex;justify-content:space-between}.container .action .btn{width:310rpx;height:78rpx;border:2rpx solid #fff;border-radius:10rpx;font-size:24rpx;display:flex;align-items:center;justify-content:center}.container .action .alone{margin-left:0;width:60%}.container .action .go-home{color:#fff}