@@ -60,6 +60,10 @@
</view>
+ <view style="width: 100%;text-align: center;">
+ <image v-if="!rightsList||rightsList.length==0" style="width: 240rpx;" mode="widthFix" src="/static/images/search-empty.png"></image>
+ </view>
+
@@ -128,6 +132,10 @@
+ <image v-if="!couponList||couponList.length==0" style="width: 240rpx;" mode="widthFix" src="/static/images/search-empty.png"></image>
@@ -72,6 +72,10 @@
</view>-->
+ <image v-if="!list||list.length==0" style="width: 240rpx;" mode="widthFix" src="/static/images/search-empty.png"></image>
@@ -144,6 +148,10 @@
@@ -40,6 +40,7 @@ class Http {
const header = {
// 'content-type': 'application/json',
satoken: getApp<any>().globalData.token || "",
+ accessToken: getApp<any>().globalData.token || "",
...(this.header || {}),
...(options.header || {}),
};