会员权益

This commit is contained in:
2026-04-29 15:33:58 +08:00
commit 54965243da
2787 changed files with 242809 additions and 0 deletions

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/mine/problem/details"],{"2b3f":function(n,t,e){},3564:function(n,t,e){"use strict";var o=e("2b3f"),i=e.n(o);i.a},4508:function(n,t,e){"use strict";e.d(t,"b",(function(){return i})),e.d(t,"c",(function(){return r})),e.d(t,"a",(function(){return o}));var o={mpHtml:function(){return Promise.all([e.e("common/vendor"),e.e("uni_modules/mp-html/components/mp-html/mp-html")]).then(e.bind(null,"7717"))}},i=function(){var n=this.$createElement;this._self._c},r=[]},"8b01":function(n,t,e){"use strict";e.r(t);var o=e("e243"),i=e.n(o);for(var r in o)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(r);t["default"]=i.a},b3d1:function(n,t,e){"use strict";e.r(t);var o=e("4508"),i=e("8b01");for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);e("3564");var u=e("828b"),a=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=a.exports},e243:function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={data:function(){return{loadEnd:!1,problemId:null,problemInfo:{}}},onLoad:function(t){var e=this;n.showLoading({title:"加载中"}),this.problemId=t.id,this.getProblemInfo((function(){e.loadEnd=!0,n.hideLoading()}))},methods:{getProblemInfo:function(t){var e=this;this.$util.request("mine.problem.details",{id:this.problemId}).then((function(o){t&&t(),1==o.code?e.problemInfo=o.data:n.showToast({title:o.msg,icon:"none"})})).catch((function(n){console.error("获取问题详情 ",n)}))}}};t.default=e}).call(this,e("df3c")["default"])},eba2:function(n,t,e){"use strict";(function(n,t){var o=e("47a9");e("aa6c");o(e("3240"));var i=o(e("b3d1"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(i.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])}},[["eba2","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "常见问题",
"usingComponents": {
"mp-html": "/uni_modules/mp-html/components/mp-html/mp-html"
}
}

View File

@@ -0,0 +1 @@
<view class="container"><title-bar vue-id="570edcd7-1" title="常见问题" bind:__l="__l"></title-bar><block wx:if="{{loadEnd}}"><view class="container-main"><view class="main-box"><view class="box-title">{{problemInfo.title}}</view><view class="box-content"><mp-html vue-id="570edcd7-2" content="{{problemInfo.reply}}" bind:__l="__l"></mp-html></view></view></view></block><tab-bar vue-id="570edcd7-3" bind:__l="__l"></tab-bar></view>

View File

@@ -0,0 +1 @@
.container .container-main{padding:32rpx}.container .container-main .main-box{padding:32rpx;border-radius:10rpx;background:#fff}.container .container-main .main-box .box-title{color:#5a5b6e;font-size:32rpx;font-weight:600;line-height:40rpx;padding-bottom:32rpx;border-bottom:1rpx solid rgba(0,0,0,.1)}.container .container-main .main-box .box-content{margin-top:32rpx;color:#5a5b6e;font-size:28rpx;line-height:48rpx}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/mine/problem/index"],{"00c1":function(t,e,n){"use strict";(function(t,e){var i=n("47a9");n("aa6c");i(n("3240"));var a=i(n("bbec"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"0c38":function(t,e,n){"use strict";n.r(e);var i=n("b358"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},"0dcd":function(t,e,n){"use strict";var i=n("7fa0"),a=n.n(i);a.a},"26b5":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=(this._self._c,this.loadEnd?this.problemList.length:null);this.$mp.data=Object.assign({},{$root:{g0:e}})},a=[]},"7fa0":function(t,e,n){},b358:function(t,e,n){"use strict";(function(t){var i=n("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("af34")),o={data:function(){return{loadEnd:!1,page:1,limit:20,hasMore:!1,problemList:[]}},onLoad:function(){var e=this;t.showLoading({title:"加载中"}),this.getProblemList((function(){t.hideLoading(),e.loadEnd=!0}))},onPullDownRefresh:function(){this.page=1,this.getProblemList((function(){t.stopPullDownRefresh()}))},onReachBottom:function(){this.hasMore&&(this.page++,this.getProblemList())},methods:{getProblemList:function(e){var n=this;this.$util.request("mine.problem.list",{page:this.page,limit:this.limit}).then((function(i){if(e&&e(),1==i.code){var o=i.data.data;n.hasMore=n.page<i.data.total/n.limit,n.problemList=1==n.page?o:[].concat((0,a.default)(n.problemList),(0,a.default)(o))}else t.showToast({title:i.msg,icon:"none"})})).catch((function(t){console.error("获取帮助列表 ",t)}))},toDetails:function(t){this.$util.toPage({mode:1,path:"/pages/mine/problem/details?id="+t})}}};e.default=o}).call(this,n("df3c")["default"])},bbec:function(t,e,n){"use strict";n.r(e);var i=n("26b5"),a=n("0c38");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("0dcd");var c=n("828b"),s=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);e["default"]=s.exports}},[["00c1","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,5 @@
{
"navigationBarTitleText": "常见问题",
"enablePullDownRefresh": true,
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="container"><title-bar vue-id="33f85f07-1" title="常见问题" bind:__l="__l"></title-bar><block wx:if="{{loadEnd}}"><view class="container-main"><block wx:if="{{$root.g0}}"><view class="main-list"><block wx:for="{{problemList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toDetails',['$0'],[[['problemList','',index,'id']]]]]]]}}" class="list-item" bindtap="__e">{{''+item.title+''}}</view></block></view></block><block wx:else><empty vue-id="33f85f07-2" top="30%" title="暂无相关内容~" bind:__l="__l"></empty></block></view></block><tab-bar vue-id="33f85f07-3" bind:__l="__l"></tab-bar></view>

View File

@@ -0,0 +1 @@
.container .container-main{padding:32rpx}.container .container-main .main-list{padding:0 32rpx;border-radius:10rpx;background:#fff}.container .container-main .main-list .list-item{color:#5a5b6e;font-size:28rpx;line-height:40rpx;padding:32rpx 0;border-top:1rpx solid rgba(0,0,0,.1)}.container .container-main .main-list .list-item:first-child{border-top:none}