jufubao-base 1.0.243-beta201 → 1.0.243

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbBaseAfterOrderList/Attr.js +0 -13
  3. package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +1 -33
  4. package/src/components/JfbBaseBalance/Api.js +46 -0
  5. package/src/components/JfbBaseBalance/Attr.js +316 -0
  6. package/src/components/JfbBaseBalance/JfbBaseBalance.vue +336 -0
  7. package/src/components/{JfbBaseAfterSales/JfbBaseAfterSalesLess.less → JfbBaseBalance/JfbBaseBalanceLess.less} +2 -2
  8. package/src/components/{JfbBaseAfterSales/JfbBaseAfterSalesMixin.js → JfbBaseBalance/JfbBaseBalanceMixin.js} +1 -1
  9. package/src/components/JfbBaseBalance/Mock.js +9 -0
  10. package/src/components/JfbBaseCodeOpenVip/Api.js +35 -0
  11. package/src/components/JfbBaseCodeOpenVip/Attr.js +281 -0
  12. package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVip.vue +251 -0
  13. package/src/components/{JfbBaseAfterSalesFast/JfbBaseAfterSalesFastLess.less → JfbBaseCodeOpenVip/JfbBaseCodeOpenVipLess.less} +2 -2
  14. package/src/components/{JfbBaseAfterSalesList/JfbBaseAfterSalesListMixin.js → JfbBaseCodeOpenVip/JfbBaseCodeOpenVipMixin.js} +1 -1
  15. package/src/components/JfbBaseCodeOpenVip/Mock.js +13 -0
  16. package/src/components/JfbBaseConsumpCode/Api.js +133 -0
  17. package/src/components/JfbBaseConsumpCode/Attr.js +74 -0
  18. package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCode.vue +1109 -0
  19. package/src/components/{JfbBaseAfterSalesList/JfbBaseAfterSalesListLess.less → JfbBaseConsumpCode/JfbBaseConsumpCodeLess.less} +2 -2
  20. package/src/components/{JfbBaseAfterSalesFast/JfbBaseAfterSalesFastMixin.js → JfbBaseConsumpCode/JfbBaseConsumpCodeMixin.js} +1 -1
  21. package/src/components/JfbBaseConsumpCode/Mock.js +22 -0
  22. package/src/components/JfbBaseFastLink/Attr.js +12 -1
  23. package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +66 -0
  24. package/src/components/JfbBaseFooter/Attr.js +12 -0
  25. package/src/components/JfbBaseFooter/JfbBaseFooter.vue +13 -0
  26. package/src/components/JfbBaseHeader/Attr.js +82 -0
  27. package/src/components/JfbBaseHeader/JfbBaseHeader.vue +47 -1
  28. package/src/components/JfbBaseHeaderColumn/Attr.js +82 -0
  29. package/src/components/JfbBaseHeaderColumn/JfbBaseHeaderColumn.vue +48 -2
  30. package/src/components/JfbBaseLogin/JfbBaseLogin.vue +12 -0
  31. package/src/components/JfbBaseNoticeDialog/Api.js +1 -1
  32. package/src/components/JfbBaseNoticeDialog/Attr.js +26 -0
  33. package/src/components/JfbBaseNoticeDialog/JfbBaseNoticeDialog.vue +38 -15
  34. package/src/components/JfbBaseNoticeGroup/Api.js +23 -0
  35. package/src/components/JfbBaseNoticeGroup/Attr.js +237 -0
  36. package/src/components/JfbBaseNoticeGroup/JfbBaseNoticeGroup.vue +174 -0
  37. package/src/components/{JfbBaseAfterSalesDetail/JfbBaseAfterSalesDetailLess.less → JfbBaseNoticeGroup/JfbBaseNoticeGroupLess.less} +2 -2
  38. package/src/components/{JfbBaseAfterSalesDetail/JfbBaseAfterSalesDetailMixin.js → JfbBaseNoticeGroup/JfbBaseNoticeGroupMixin.js} +1 -1
  39. package/src/components/JfbBaseNoticeGroup/Mock.js +13 -0
  40. package/src/components/JfbBaseOpenVip/Api.js +39 -0
  41. package/src/components/JfbBaseOpenVip/Attr.js +331 -0
  42. package/src/components/JfbBaseOpenVip/JfbBaseOpenVip.vue +457 -0
  43. package/src/components/JfbBaseOpenVip/JfbBaseOpenVipLess.less +79 -0
  44. package/src/components/JfbBaseOpenVip/JfbBaseOpenVipMixin.js +30 -0
  45. package/src/components/JfbBaseOpenVip/Mock.js +7 -0
  46. package/src/components/JfbBaseOpenVip/XdVipList.vue +131 -0
  47. package/src/components/JfbBaseOpenVipCard/Api.js +58 -0
  48. package/src/components/JfbBaseOpenVipCard/Attr.js +48 -0
  49. package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCard.vue +111 -0
  50. package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCardLess.less +79 -0
  51. package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCardMixin.js +30 -0
  52. package/src/components/JfbBaseOpenVipCard/Mock.js +13 -0
  53. package/src/components/JfbBaseOpenVipDetail/Api.js +35 -0
  54. package/src/components/JfbBaseOpenVipDetail/Attr.js +37 -0
  55. package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetail.vue +234 -0
  56. package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetailLess.less +79 -0
  57. package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetailMixin.js +30 -0
  58. package/src/components/JfbBaseOpenVipDetail/Mock.js +15 -0
  59. package/src/components/JfbBaseOrderDetail/Attr.js +0 -36
  60. package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +178 -39
  61. package/src/components/JfbBaseOrderList/Attr.js +0 -36
  62. package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +0 -30
  63. package/src/components/JfbBaseOrderList/Mock.js +1 -1
  64. package/src/components/JfbBaseOrderList/XdTfkOrderItem.vue +5 -17
  65. package/src/components/JfbBasePay/Attr.js +52 -0
  66. package/src/components/JfbBasePay/JfbBasePay.vue +23 -6
  67. package/src/components/JfbBasePay/Mock.js +0 -9
  68. package/src/components/JfbBasePersonalData/Api.js +26 -0
  69. package/src/components/JfbBasePersonalData/Attr.js +13 -0
  70. package/src/components/JfbBasePersonalData/JfbBasePersonalData.vue +200 -0
  71. package/src/components/JfbBasePersonalData/JfbBasePersonalDataLess.less +79 -0
  72. package/src/components/JfbBasePersonalData/JfbBasePersonalDataMixin.js +30 -0
  73. package/src/components/JfbBasePersonalData/Mock.js +13 -0
  74. package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +11 -1
  75. package/src/components/JfbBasePointsCard/Api.js +18 -0
  76. package/src/components/JfbBasePointsCard/Attr.js +187 -0
  77. package/src/components/JfbBasePointsCard/JfbBasePointsCard.vue +212 -0
  78. package/src/components/JfbBasePointsCard/JfbBasePointsCardLess.less +79 -0
  79. package/src/components/JfbBasePointsCard/JfbBasePointsCardMixin.js +30 -0
  80. package/src/components/JfbBasePointsCard/Mock.js +5 -0
  81. package/src/components/JfbBasePointsDetail/Api.js +48 -0
  82. package/src/components/JfbBasePointsDetail/Attr.js +305 -0
  83. package/src/components/JfbBasePointsDetail/JfbBasePointsDetail.vue +267 -0
  84. package/src/components/JfbBasePointsDetail/JfbBasePointsDetailLess.less +79 -0
  85. package/src/components/JfbBasePointsDetail/JfbBasePointsDetailMixin.js +30 -0
  86. package/src/components/JfbBasePointsDetail/Mock.js +6 -0
  87. package/src/components/JfbBasePoster/Attr.js +1 -1
  88. package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmall.vue +2 -2
  89. package/src/components/JfbBasePosterGroup/Api.js +22 -0
  90. package/src/components/JfbBasePosterGroup/Attr.js +156 -0
  91. package/src/components/JfbBasePosterGroup/JfbBasePosterGroup.vue +268 -0
  92. package/src/components/JfbBasePosterGroup/JfbBasePosterGroupLess.less +79 -0
  93. package/src/components/JfbBasePosterGroup/JfbBasePosterGroupMixin.js +30 -0
  94. package/src/components/JfbBasePosterGroup/Mock.js +13 -0
  95. package/src/components/JfbBaseSavingDetail/Api.js +41 -0
  96. package/src/components/JfbBaseSavingDetail/Attr.js +70 -0
  97. package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetail.vue +724 -0
  98. package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetailLess.less +79 -0
  99. package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetailMixin.js +30 -0
  100. package/src/components/JfbBaseSavingDetail/Mock.js +10 -0
  101. package/src/components/JfbBaseSavingDetail/components/echarts.min.js +26 -0
  102. package/src/components/JfbBaseSavingDetail/components/echarts.vue +254 -0
  103. package/src/components/JfbBaseSavingDetail/components/wx-canvas.js +105 -0
  104. package/src/components/JfbBaseShare/Api.js +20 -0
  105. package/src/components/JfbBaseShare/Attr.js +59 -0
  106. package/src/components/JfbBaseShare/JfbBaseShare.vue +282 -0
  107. package/src/components/JfbBaseShare/JfbBaseShareLess.less +79 -0
  108. package/src/components/JfbBaseShare/JfbBaseShareMixin.js +30 -0
  109. package/src/components/JfbBaseShare/Mock.js +16 -0
  110. package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +9 -3
  111. package/src/components/JfbBaseTfkSearch/ContentProduct.vue +12 -22
  112. package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +12 -1
  113. package/src/components/JfbBaseTfkSearch/Mock.js +51 -3
  114. package/src/components/JfbBaseTfkSearch/listMixins.js +2 -1
  115. package/src/components/JfbBaseUserInfo/Attr.js +175 -11
  116. package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +337 -115
  117. package/src/components/JfbBaseUserOrder/Attr.js +16 -0
  118. package/src/components/JfbBaseUserOrder/JfbBaseUserOrder.vue +11 -2
  119. package/src/components/JfbBaseWithDrawAgain/Api.js +41 -0
  120. package/src/components/JfbBaseWithDrawAgain/Attr.js +92 -0
  121. package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgain.vue +354 -0
  122. package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgainLess.less +79 -0
  123. package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgainMixin.js +30 -0
  124. package/src/components/JfbBaseWithDrawAgain/Mock.js +10 -0
  125. package/src/components/JfbBaseWithDrawRecord/Api.js +19 -0
  126. package/src/components/JfbBaseWithDrawRecord/Attr.js +79 -0
  127. package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecord.vue +233 -0
  128. package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecordLess.less +79 -0
  129. package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecordMixin.js +30 -0
  130. package/src/components/JfbBaseWithDrawRecord/Mock.js +7 -0
  131. package/src/components/JfbBaseWithdraw/Api.js +48 -0
  132. package/src/components/JfbBaseWithdraw/Attr.js +328 -0
  133. package/src/components/JfbBaseWithdraw/JfbBaseWithdraw.vue +272 -0
  134. package/src/components/JfbBaseWithdraw/JfbBaseWithdrawLess.less +79 -0
  135. package/src/components/JfbBaseWithdraw/JfbBaseWithdrawMixin.js +30 -0
  136. package/src/components/JfbBaseWithdraw/Mock.js +7 -0
  137. package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorize.vue +10 -0
  138. package/src/components/JfbBaseAfterSales/Api.js +0 -58
  139. package/src/components/JfbBaseAfterSales/Attr.js +0 -25
  140. package/src/components/JfbBaseAfterSales/JfbBaseAfterSales.vue +0 -550
  141. package/src/components/JfbBaseAfterSales/Mock.js +0 -13
  142. package/src/components/JfbBaseAfterSales/refundOrderInfo.vue +0 -150
  143. package/src/components/JfbBaseAfterSalesDetail/Api.js +0 -41
  144. package/src/components/JfbBaseAfterSalesDetail/Attr.js +0 -25
  145. package/src/components/JfbBaseAfterSalesDetail/JfbBaseAfterSalesDetail.vue +0 -538
  146. package/src/components/JfbBaseAfterSalesDetail/Mock.js +0 -60
  147. package/src/components/JfbBaseAfterSalesDetail/secProd.vue +0 -58
  148. package/src/components/JfbBaseAfterSalesFast/Api.js +0 -30
  149. package/src/components/JfbBaseAfterSalesFast/Attr.js +0 -32
  150. package/src/components/JfbBaseAfterSalesFast/JfbBaseAfterSalesFast.vue +0 -297
  151. package/src/components/JfbBaseAfterSalesFast/Mock.js +0 -38
  152. package/src/components/JfbBaseAfterSalesList/Api.js +0 -40
  153. package/src/components/JfbBaseAfterSalesList/Attr.js +0 -107
  154. package/src/components/JfbBaseAfterSalesList/JfbBaseAfterSalesList.vue +0 -463
  155. package/src/components/JfbBaseAfterSalesList/Mock.js +0 -362
@@ -1,84 +1,104 @@
1
1
  <template>
2
- <view
3
- class="jfb-base-user-info"
4
- @click="handleEditxSelect"
5
- :class="{ editx : isEditx && active }"
6
- >
2
+ <view class="jfb-base-user-info" @click="handleEditxSelect" :class="{ editx : isEditx && active }">
7
3
  <!--#ifdef H5-->
8
- <view
9
- class="jfb-base-user-info__edit"
10
- :class="{ editx : isEditx && active }"
11
- v-if="isEditx && active"
12
- >
4
+ <view class="jfb-base-user-info__edit" :class="{ editx : isEditx && active }" v-if="isEditx && active">
13
5
  <view class="jfb-base-user-info__edit-icon" @click="delEdit">删除</view>
14
6
  </view>
15
7
  <!-- #endif -->
16
8
  <view class="jfb-base-user-info__body">
17
9
  <view class="x-line"></view>
18
- <view
19
- class="jfb-base-user-info__body-header"
20
- :style="[boxStyleComp]"
21
- v-if="userInfo !== null"
22
- >
23
- <view
24
- class="jfb-base-user-info__body-header-left"
25
- :class="{center: textType === 'N',vertical: textType === 'Y'}"
26
- >
27
- <template v-if="logined">
28
- <image v-if="userInfo['head_url']" :style="{border: `1px solid ${imageColor}`, borderRadius:imageRadius}" :src="userInfo['head_url']"></image>
29
- <view class="no-image" :style="{borderColor: imageColor, borderRadius:imageRadius}" v-else>
30
- <xd-font-icon :color="imageColor" icon="iconwode_mian" size="100"></xd-font-icon>
31
- </view>
32
- </template>
33
- <view v-else class="no-image" :style="{borderColor: imageColor, borderRadius:imageRadius}">
34
- <xd-font-icon :color="imageColor" icon="iconwode_mian" size="90"></xd-font-icon>
35
- </view>
36
- <view v-if="logined && textType ==='N'" :style="[nickNameStyle]">{{userInfo|getName}}</view>
37
- <view class="vertical-user" v-if="logined && textType ==='Y'">
38
- <view :style="[nickNameStyle]">{{userInfo|getName}}</view>
39
- <view v-if="rightContent && rightContent.type !== 'hidden'"
40
- class="logout" style="margin-top: 16rpx;"
41
- :style="[logoutBtnStyle]"
42
- >
43
- <view v-if="rightContent && rightContent.type === 'logout'"
44
- class="right_cont_i"
45
- :style="[logoutStyleComp]"
46
- @click="handleLogout()"
47
- >
48
- <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon" :size="28"></xd-font-icon>
49
- {{rightContent.name || '退出登录'}}
10
+ <view v-if="is_plus_site==='Y'">
11
+ <view :style="[boxPlusStyleComp]" class="jfb-base-user-info__body-plus-header" v-if="userInfo !== null">
12
+ <view :style="[boxPlusStyleCompTop]" :class="is_vip==='Y'?'is_vip_top':'is_normal_top'"
13
+ class="jfb-base-user-info__body-plus-header-top">
14
+ <view class="jfb-base-user-info__body-plus-header-top-left">
15
+ <template v-if="logined">
16
+ <image @click="handleToPersonal" :style="{border: `1px solid ${imageColor}`, borderRadius:imageRadius}"
17
+ v-if="userInfo['head_url']" :src="userInfo['head_url']"></image>
18
+ <view :style="{borderColor: imageColor, borderRadius:imageRadius}" class="no-image" v-else>
19
+ <xd-font-icon :color="imageColor" icon="iconwode_mian" size="100"></xd-font-icon>
20
+ </view>
21
+ </template>
22
+ <view @click="handleToPersonal" :style="{borderColor: imageColor, borderRadius:imageRadius}" v-else class="no-image">
23
+ <xd-font-icon :color="imageColor" icon="iconwode_mian" size="90"></xd-font-icon>
50
24
  </view>
51
- <view v-if="rightContent && rightContent.type === 'addr'"
52
- class="right_cont_i"
53
- :style="[logoutStyleComp]"
54
- @click="handleAddress()"
55
- >
56
- <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon" :size="28"></xd-font-icon>
57
- {{ rightContent.name || '地址' }}
25
+ <view class="jfb-base-user-info__body-plus-header-top-left-info">
26
+ <view class="jfb-base-user-info__body-plus-header-top-left-info-name" v-if="logined">
27
+ <view :style="is_vip==='Y'?[plusNickNameStyle]:[normalNickNameStyle]">{{userInfo|getName}} </view>
28
+ <view v-if="is_vip==='Y'"><text>PLUS</text>会员</view>
29
+ <view v-else>普通用户</view>
30
+ </view>
31
+ <view>{{userInfo.phone_number}}</view>
58
32
  </view>
59
33
  </view>
60
- <view @click="handleToLink()" v-if="isSetting === 'Y'">
61
- <xd-font-icon size="26" icon="iconshezhi_mian"></xd-font-icon>
34
+ <view @click="handleToCode" class="jfb-base-user-info__body-plus-header-right">
35
+ <xd-font-icon size="40" icon="iconerweima"></xd-font-icon>
62
36
  </view>
63
37
  </view>
38
+ <view :style="[boxPlusStyleCompBottom]" :class="is_vip==='Y'?'is_vip_bottom':'is_normal_bottom'"
39
+ class="jfb-base-user-info__body-plus-header-bottom">
40
+ <view v-if="is_vip==='Y'">点击查看更多会员权益</view>
41
+ <view v-else>开通 <span :style="{color:mainColor}">PLUS会员</span>享受更多内容</view>
42
+ <view v-if="is_vip==='Y'" @click="handleToView">立即查看</view>
43
+ <view v-else @click="handleToOpen">立即开通</view>
44
+ </view>
64
45
  </view>
65
- <view v-if="logined && textType ==='N' && rightContent && rightContent.type !== 'hidden'" class="logout" :style="[logoutBtnStyle]">
66
- <view v-if="rightContent && rightContent.type === 'logout'" class="right_cont_i"
67
- :style="[logoutStyleComp]"
68
- @click="handleLogout()"
69
- >
70
- <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon" :size="28"></xd-font-icon>
71
- {{rightContent.name || '退出登录'}}
46
+ </view>
47
+ <view v-else>
48
+ <view class="jfb-base-user-info__body-header" :style="[boxStyleComp]" v-if="userInfo !== null">
49
+ <view class="jfb-base-user-info__body-header-left"
50
+ :class="{center: textType === 'N',vertical: textType === 'Y'}">
51
+ <template v-if="logined">
52
+ <image v-if="userInfo['head_url']" :style="{border: `1px solid ${imageColor}`, borderRadius:imageRadius}"
53
+ :src="userInfo['head_url']"></image>
54
+ <view class="no-image" :style="{borderColor: imageColor, borderRadius:imageRadius}" v-else>
55
+ <xd-font-icon :color="imageColor" icon="iconwode_mian" size="100"></xd-font-icon>
56
+ </view>
57
+ </template>
58
+ <view v-else class="no-image" :style="{borderColor: imageColor, borderRadius:imageRadius}">
59
+ <xd-font-icon :color="imageColor" icon="iconwode_mian" size="90"></xd-font-icon>
60
+ </view>
61
+ <view v-if="logined && textType ==='N'" :style="[nickNameStyle]">{{userInfo|getName}}</view>
62
+ <view class="vertical-user" v-if="logined && textType ==='Y'">
63
+ <view :style="[nickNameStyle]">{{userInfo|getName}}</view>
64
+ <view v-if="rightContent && rightContent.type !== 'hidden'" class="logout" style="margin-top: 16rpx;"
65
+ :style="[logoutBtnStyle]">
66
+ <view v-if="rightContent && rightContent.type === 'logout'" class="right_cont_i"
67
+ :style="[logoutStyleComp]" @click="handleLogout()">
68
+ <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon"
69
+ :size="28"></xd-font-icon>
70
+ {{rightContent.name || '退出登录'}}
71
+ </view>
72
+ <view v-if="rightContent && rightContent.type === 'addr'" class="right_cont_i"
73
+ :style="[logoutStyleComp]" @click="handleAddress()">
74
+ <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon"
75
+ :size="28"></xd-font-icon>
76
+ {{ rightContent.name || '地址' }}
77
+ </view>
78
+ </view>
79
+ <view @click="handleToLink()" v-if="isSetting === 'Y'">
80
+ <xd-font-icon size="26" icon="iconshezhi_mian"></xd-font-icon>
81
+ </view>
82
+ </view>
72
83
  </view>
73
- <view v-if="rightContent && rightContent.type === 'addr'" class="right_cont_i"
74
- :style="[logoutStyleComp]"
75
- @click="handleAddress()"
76
- >
77
- <xd-font-icon v-if="rightContent.icon"class="xd-font-icon" :icon="rightContent.icon" :size="28"></xd-font-icon>
78
- {{ rightContent.name || '地址' }}
84
+ <view v-if="logined && textType ==='N' && rightContent && rightContent.type !== 'hidden'" class="logout"
85
+ :style="[logoutBtnStyle]">
86
+ <view v-if="rightContent && rightContent.type === 'logout'" class="right_cont_i" :style="[logoutStyleComp]"
87
+ @click="handleLogout()">
88
+ <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon"
89
+ :size="28"></xd-font-icon>
90
+ {{rightContent.name || '退出登录'}}
91
+ </view>
92
+ <view v-if="rightContent && rightContent.type === 'addr'" class="right_cont_i" :style="[logoutStyleComp]"
93
+ @click="handleAddress()">
94
+ <xd-font-icon v-if="rightContent.icon" class="xd-font-icon" :icon="rightContent.icon"
95
+ :size="28"></xd-font-icon>
96
+ {{ rightContent.name || '地址' }}
97
+ </view>
79
98
  </view>
80
99
  </view>
81
100
  </view>
101
+
82
102
  </view>
83
103
  </view>
84
104
  </template>
@@ -91,7 +111,7 @@
91
111
  import componentsMixins from "@/mixins/componentsMixins";
92
112
  import extsMixins from "@/mixins/extsMixins"
93
113
  import { getContainerPropsValue } from "@/utils/xd.base";
94
- import {mapState} from 'vuex';
114
+ import { mapState } from 'vuex';
95
115
  import store from "@/store";
96
116
  import getServiceUrl from "@/common/getServiceUrl";
97
117
  export default {
@@ -99,11 +119,11 @@
99
119
  components: {
100
120
  XdFontIcon
101
121
  },
102
- mixins: [componentsMixins,extsMixins,JfbBaseUserInfoMixin],
122
+ mixins: [componentsMixins, extsMixins, JfbBaseUserInfoMixin],
103
123
  computed: {
104
124
  ...mapState(['jfbAuthorize']),
105
125
 
106
- boxStyleComp(){
126
+ boxStyleComp() {
107
127
  let border = this.getBorderCompatibleOldStyle(this.contBorder, {
108
128
  color: this.is_border_c,
109
129
  width: this.is_border_w,
@@ -118,7 +138,7 @@
118
138
  })
119
139
  return {
120
140
  margin: this.getMarginAndPadding(this.margin, 20),
121
- backgroundColor : this.backgroundColor,
141
+ backgroundColor: this.backgroundColor,
122
142
  backgroundImage: `url(${this.bgImage})`,
123
143
  padding: this.getMarginAndPadding(this.padding, 20),
124
144
  boxShadow: shadow,
@@ -128,30 +148,77 @@
128
148
  }
129
149
  },
130
150
 
131
- shadow(){
132
- if(this.is_shadow === 'Y') return `0 0 ${this.is_shadow_w}rpx ${this.is_shadow_bg}`;
151
+ boxPlusStyleComp() {
152
+ let border = this.getBorderCompatibleOldStyle(this.contBorder, {
153
+ color: this.is_border_c,
154
+ width: this.is_border_w,
155
+ type: this.is_border,
156
+ style: 'solid'
157
+ })
158
+ let shadow = this.getShadowCompatibleOldStyle(this.contShadow, {
159
+ color: this.is_shadow_bg,
160
+ width: this.is_shadow_w,
161
+ type: this.is_shadow,
162
+ })
163
+ return {
164
+ margin: this.getMarginAndPadding(this.margin, 20),
165
+ padding: this.getMarginAndPadding(this.padding, 0),
166
+ boxShadow: shadow,
167
+ border: border,
168
+ }
169
+ },
170
+
171
+ boxPlusStyleCompTop() {
172
+ return {
173
+ borderRadius: `${this.radius + 'rpx'} ${this.radius + 'rpx'} 0 0`,
174
+ background: this.is_vip === 'Y' ? this.plusTopBackgroundColor : this.normalTopBackgroundColor
175
+ }
176
+ },
177
+
178
+ boxPlusStyleCompBottom() {
179
+ return {
180
+ borderRadius: `0 0 ${this.radius + 'rpx'} ${this.radius + 'rpx'}`,
181
+ background: this.is_vip === 'Y' ? this.plusBottomBackgroundColor : this.normalBottomBackgroundColor
182
+ }
183
+ },
184
+
185
+ shadow() {
186
+ if (this.is_shadow === 'Y') return `0 0 ${this.is_shadow_w}rpx ${this.is_shadow_bg}`;
133
187
  else return '0 0 0 rgba(0,0,0,0)';
134
188
  },
135
- borderBox(){
189
+ borderBox() {
136
190
  if (this.is_border === 'Y') return `${this.is_border_w}rpx ${this.is_border_s} ${this.is_border_c}`;
137
191
  else return '0';
138
192
  },
139
-
140
- nickNameStyle(){
193
+ plusNickNameStyle() {
194
+ return {
195
+ fontSize: this.plusNickStyle.fontSize || '32rpx',
196
+ color: `${this.plusNickStyle.color ||'#333'}`,
197
+ fontWeight: `${this.plusNickStyle.fontWeight || 'normal'}`,
198
+ }
199
+ },
200
+ normalNickNameStyle() {
201
+ return {
202
+ fontSize: this.normalNickStyle.fontSize || '32rpx',
203
+ color: `${this.normalNickStyle.color ||'#333'}`,
204
+ fontWeight: `${this.normalNickStyle.fontWeight || 'normal'}`,
205
+ }
206
+ },
207
+ nickNameStyle() {
141
208
  return {
142
209
  fontSize: this.nickStyle.fontSize || '32rpx',
143
- color: `${this.nickStyle.color || '#333'}`,
210
+ color: `${this.nickStyle.color ||'#333'}`,
144
211
  fontWeight: `${this.nickStyle.fontWeight || 'normal'}`,
145
212
  }
146
213
  },
147
- logoutStyleComp(){
214
+ logoutStyleComp() {
148
215
  return {
149
216
  fontSize: this.logoutStyle.fontSize || '20rpx',
150
217
  color: `${this.logoutStyle.color || '#333'}`,
151
218
  fontWeight: `${this.logoutStyle.fontWeight || 'normal'}`,
152
219
  }
153
220
  },
154
- logoutBtnStyle(){
221
+ logoutBtnStyle() {
155
222
  let padding = `${this.checkValue(this.rightContentPadding.top, 20)}rpx`;
156
223
  padding = `${padding} ${this.checkValue(this.rightContentPadding.right, 20)}rpx`;
157
224
  padding = `${padding} ${this.checkValue(this.rightContentPadding.bottom, 20)}rpx`;
@@ -164,8 +231,8 @@
164
231
  }
165
232
  }
166
233
  },
167
- filters:{
168
- getName(val){
234
+ filters: {
235
+ getName(val) {
169
236
  return val.nickname || val['real_name'] || val['user_name'] || val['phone_number'];
170
237
  }
171
238
  },
@@ -173,9 +240,9 @@
173
240
  return {
174
241
  logined: false,
175
242
  userInfo: null,
176
- isSetting:'N',
243
+ isSetting: 'N',
177
244
  // logoutName:'[退出登录]',
178
- imageRadius:'50%',
245
+ imageRadius: '50%',
179
246
 
180
247
  //基础
181
248
  imageColor: '#333',
@@ -184,13 +251,13 @@
184
251
  radius: 0,
185
252
 
186
253
  //投影
187
- contShadow:{},
254
+ contShadow: {},
188
255
  is_shadow: 'N',
189
256
  is_shadow_bg: 0,
190
257
  is_shadow_w: 0,
191
258
 
192
259
  //边框
193
- contBorder:{},
260
+ contBorder: {},
194
261
  is_border: 'N',
195
262
  is_border_w: 0,
196
263
  is_border_c: '',
@@ -198,47 +265,69 @@
198
265
  //其他
199
266
  margin: {},
200
267
  padding: {},
201
- nickStyle:{},
202
- logoutStyle:{},
268
+ nickStyle: {},
269
+ normalNickStyle: {},
270
+ plusNickStyle: {},
271
+ logoutStyle: {},
203
272
  rightContent: null,
204
273
  addressUrl: '',
205
274
  bgImage: "",
206
275
  rightContentBgColor: "",
207
276
  // rightContentTextColor: "",
208
277
  rightContentPadding: "",
209
- rightContentRadius: 0
278
+ rightContentRadius: 0,
279
+ is_plus_site: '',
280
+ is_vip: 'N',
281
+ is_plus_preview: 'N', //预览vip样式
282
+ openVipPath: '',
283
+ viewPath: '',
284
+ plusTopBackgroundColor: '',
285
+ plusBottomBackgroundColor: '',
286
+ normalTopBackgroundColor: '',
287
+ normalBottomBackgroundColor: '',
288
+ codePath: '',
289
+ profilePath: ''
210
290
  }
211
291
  },
212
292
  watch: {
213
- container(value,oldValue) {
214
- if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
293
+ container(value, oldValue) {
294
+ if (JSON.stringify(value) === JSON.stringify(oldValue)) return;
215
295
  if (this.$configProject['isPreview']) this.init(value)
296
+ },
297
+ is_plus_preview() {
298
+ if (this.$configProject['isPreview']) {
299
+ this.is_vip = this.is_plus_preview
300
+ }
216
301
  }
217
302
  },
218
303
  created() {
304
+ console.log(this.getTokenForKey('user_level'),'user_leveluser_level');
305
+ console.log(this.projectAttr.headers['X-Site-Group'],'this.$configProject');
306
+ this.is_plus_site = this.projectAttr.headers['X-Site-Group']==="vip";
307
+ this.is_vip = this.getTokenForKey('user_level')&&this.getTokenForKey('user_level')==='VIP'?'Y':'N'
219
308
  this.init(this.container);
220
309
  },
221
310
  methods: {
222
- handleToLink(){
311
+ handleToLink() {
223
312
  this.$xdUniHelper.navigateTo({
224
313
  url: '/pages/settings/settings'
225
314
  })
226
315
  },
227
316
 
228
- async handleLogout(){
317
+ async handleLogout() {
229
318
  // #ifdef H5
230
319
  if (this.$configProject.isPreview) return;
231
320
  // #endif
232
321
 
233
322
  if (this.jfbAuthorize !== null) {
234
323
  this.$xdShowLoading({});
235
- store.dispatch('logout').then(res=>{
324
+ store.dispatch('logout').then(res => {
236
325
  let url = this.$configProject.entry || `/${this.projectAttr.deploy_dir}/`;
237
326
  this.$xdHideLoading();
238
327
  this.jfbAuthorize.removeAllCardToken();
239
328
  this.jfbAuthorize.removeAllToken()
240
329
  this.jfbAuthorize.jumpToUserLogin(this, false, url);
241
- }).catch(err=>{
330
+ }).catch(err => {
242
331
  console.error(err);
243
332
  })
244
333
  }
@@ -247,7 +336,7 @@
247
336
  async onJfbLoad(options) {
248
337
 
249
338
  //预览模式
250
- if(this.$configProject.isPreview) {
339
+ if (this.$configProject.isPreview) {
251
340
  jfbRootExec('getBaseUserInfo', {
252
341
  vm: this,
253
342
  data: {}
@@ -262,16 +351,16 @@
262
351
  }
263
352
 
264
353
  this.logined = await this.jfbAuthorize.checkUserLogin(true, this, false);
265
- if(!this.logined) return;
354
+ if (!this.logined) return;
266
355
 
267
356
  jfbRootExec('getBaseUserInfo', {
268
357
  vm: this,
269
358
  data: {}
270
- }).then(res=>{
359
+ }).then(res => {
271
360
  this.userInfo = res || {};
272
- console.log('getBaseUserInfo',res)
273
- }).catch(error=>{
274
- console.log('getBaseUserInfo',error)
361
+ console.log('getBaseUserInfo', res)
362
+ }).catch(error => {
363
+ console.log('getBaseUserInfo', error)
275
364
  })
276
365
  },
277
366
  /**
@@ -283,7 +372,7 @@
283
372
  this.padding = getContainerPropsValue(container, 'content.padding', {});
284
373
  this.backgroundColor = getContainerPropsValue(container, 'content.backgroundColor', '#f8f8f8');
285
374
  this.textType = getContainerPropsValue(container, 'content.text_type', 'N');
286
- this.radius = getContainerPropsValue(container, 'content.radius', '10');
375
+ this.radius = getContainerPropsValue(container, 'content.radius', '20');
287
376
  this.isSetting = getContainerPropsValue(container, 'content.isSetting', 'N');
288
377
  // this.logoutName = getContainerPropsValue(container, 'content.logoutName', '[退出登录]');
289
378
  this.imageRadius = getContainerPropsValue(container, 'content.imageRadius', '50%');
@@ -310,18 +399,50 @@
310
399
  icon: "",
311
400
  iconName: "",
312
401
  });
313
- this.addressUrl = getContainerPropsValue(container, 'content.addressUrl', {value: ""}).value;
402
+ this.addressUrl = getContainerPropsValue(container, 'content.addressUrl', { value: "" }).value;
314
403
  this.bgImage = getServiceUrl(getContainerPropsValue(container, 'content.bgImage', '').url);
315
404
  this.rightContentBgColor = getContainerPropsValue(container, 'content.rightContentBgColor', 'transparent');
316
405
  // this.rightContentTextColor = getContainerPropsValue(container, 'content.rightContentTextColor', '');
317
406
  this.rightContentPadding = getContainerPropsValue(container, 'content.rightContentPadding', {});
318
407
  this.rightContentRadius = getContainerPropsValue(container, 'content.rightContentRadius', 0);
319
-
408
+ //plus
409
+ this.is_plus_site = getContainerPropsValue(container, 'content.is_plus_site', 'N');
410
+ this.is_plus_preview = getContainerPropsValue(container, 'content.is_plus_preview', 'N');
411
+ this.plusTopBackgroundColor = getContainerPropsValue(container, 'content.plusTopBackgroundColor', 'linear-gradient(270deg, rgba(250, 211, 140, 1) 0%, rgba(235, 185, 99, 1) 21.19%, rgba(232, 169, 66, 1) 100%)');
412
+ this.plusBottomBackgroundColor = getContainerPropsValue(container, 'content.plusBottomBackgroundColor', 'linear-gradient(90deg, #FFE4C2 0%, #FFF6E6 100%)');
413
+ this.normalTopBackgroundColor = getContainerPropsValue(container, 'content.normalTopBackgroundColor', '#fff');
414
+ this.normalBottomBackgroundColor = getContainerPropsValue(container, 'content.normalBottomBackgroundColor', 'linear-gradient(90deg, #FCF2DC 0%, #FAE7C4 100%)');
415
+ this.openVipPath = getContainerPropsValue(container, 'content.openVipPath', { value: "" }).value;
416
+ this.viewPath = getContainerPropsValue(container, 'content.viewPath', { value: "" }).value;
417
+ this.codePath = getContainerPropsValue(container, 'content.codePath', { value: "" }).value;
418
+ this.profilePath = getContainerPropsValue(container, 'content.profilePath', { value: "" }).value;
419
+ this.plusNickStyle = getContainerPropsValue(container, 'content.plusNickStyle', {});
420
+ this.normalNickStyle = getContainerPropsValue(container, 'content.normalNickStyle', {});
421
+ },
422
+ handleToPersonal(){
423
+ this.$xdUniHelper.navigateTo({
424
+ url: this.profilePath
425
+ })
320
426
  },
321
- handleAddress(){
427
+ handleAddress() {
322
428
  this.$xdUniHelper.navigateTo({
323
429
  url: this.addressUrl
324
430
  })
431
+ },
432
+ handleToOpen(){
433
+ this.$xdUniHelper.navigateTo({
434
+ url: this.openVipPath
435
+ })
436
+ },
437
+ handleToView(){
438
+ this.$xdUniHelper.navigateTo({
439
+ url: this.viewPath
440
+ })
441
+ },
442
+ handleToCode() {
443
+ this.$xdUniHelper.navigateTo({
444
+ url: this.codePath
445
+ })
325
446
  }
326
447
  }
327
448
  }
@@ -336,10 +457,12 @@
336
457
  flex-direction: column;
337
458
  justify-content: center;
338
459
  align-items: center;
339
- & > view:nth-child(2) {
460
+
461
+ &>view:nth-child(2) {
340
462
  margin-left: unit(15, rpx);
341
463
  }
342
- & > view:nth-child(3) {
464
+
465
+ &>view:nth-child(3) {
343
466
  width: 26rpx;
344
467
  height: 26rpx;
345
468
  margin-left: unit(15, rpx);
@@ -350,7 +473,7 @@
350
473
  }
351
474
 
352
475
  .jfb-base-user-info {
353
- &__body{
476
+ &__body {
354
477
  &-header {
355
478
  display: flex;
356
479
  align-items: center;
@@ -367,22 +490,25 @@
367
490
  width: 100%;
368
491
  flex-direction: column;
369
492
 
370
- & > view:last-child {
493
+ &>view:last-child {
371
494
  width: 100%;
372
495
  text-align: center;
373
496
  flex-shrink: 0;
374
497
  padding-top: unit(20, rpx);
375
498
  }
376
499
 
377
- & > image, .no-image {
500
+ &>image,
501
+ .no-image {
378
502
  margin-right: unit(0, rpx);
379
503
  }
380
504
  }
381
505
 
382
- & > image, .no-image {
506
+ &>image,
507
+ .no-image {
383
508
  width: unit(140, rpx);
384
509
  height: unit(140, rpx);
385
- margin-right: unit(30, rpx);;
510
+ margin-right: unit(30, rpx);
511
+ ;
386
512
  display: flex;
387
513
  justify-content: center;
388
514
  align-items: center;
@@ -394,33 +520,129 @@
394
520
  border: unit(4, rpx) solid #e5e5e5;
395
521
  }
396
522
 
397
- & > view {
523
+ &>view {
398
524
  color: #383838;
399
525
  font-size: unit(32, rpx);
400
526
  }
401
527
  }
402
528
 
403
- & > view:nth-child(2) {
529
+ &>view:nth-child(2) {
404
530
  flex-shrink: 0;
405
531
  }
406
532
  }
533
+
534
+ &-plus-header {
535
+ .is_normal_top {
536
+ color: #333333;
537
+
538
+ .jfb-base-user-info__body-plus-header-top-left-info-name {
539
+ &>view:nth-child(2) {
540
+ color: #615850;
541
+ background: #FFE6C4;
542
+ }
543
+ }
544
+ }
545
+
546
+ .is_vip_top {
547
+ color: #fff;
548
+
549
+ .jfb-base-user-info__body-plus-header-top-left-info-name {
550
+ &>view:nth-child(2) {
551
+ color: #FFEFD7;
552
+ background: linear-gradient(180deg, #615243 0%, #2D2824 100%);
553
+ }
554
+ }
555
+ }
556
+
557
+ .is_normal_bottom {
558
+ color: #653D11;
559
+ }
560
+
561
+ .is_vip_bottom {
562
+ color: #915714;
563
+ }
564
+
565
+ &-top {
566
+ display: flex;
567
+ justify-content: space-between;
568
+ padding: 40rpx;
569
+
570
+ &-left {
571
+ display: flex;
572
+ align-items: center;
573
+
574
+ &-info {
575
+ display: flex;
576
+ flex-direction: column;
577
+ font-size: 24rpx;
578
+
579
+ &-name {
580
+ display: flex;
581
+ align-items: center;
582
+ margin-bottom: 16rpx;
583
+
584
+ &>view:first-child {
585
+ margin-right: 8rpx;
586
+ font-size: 28rpx;
587
+ }
588
+
589
+ &>view:nth-child(2) {
590
+ border-radius: 40rpx;
591
+ padding: 4rpx 16rpx;
592
+
593
+ &>span {
594
+ font-weight: 700;
595
+ }
596
+ }
597
+ }
598
+ }
599
+
600
+ &>image,
601
+ .no-image {
602
+ width: 80rpx;
603
+ height: 80rpx;
604
+ border-radius: 50%;
605
+ margin-right: unit(30, rpx);
606
+ display: flex;
607
+ justify-content: center;
608
+ align-items: center;
609
+ flex-shrink: 0;
610
+ overflow: hidden;
611
+ }
612
+
613
+ .no-image {
614
+ border: unit(2, rpx) solid #C8C0B5;
615
+ }
616
+ }
617
+ }
618
+
619
+ &-bottom {
620
+ font-size: 24rpx;
621
+ display: flex;
622
+ justify-content: space-between;
623
+ padding: 20rpx 40rpx;
624
+ }
625
+ }
407
626
  }
408
627
 
409
628
  .logout {
410
629
  font-size: unit(24, rpx);
411
- .right_cont_i{
630
+
631
+ .right_cont_i {
412
632
  display: flex;
413
633
  align-items: center;
414
634
  font-size: 28rpx;
415
635
  color: inherit;
416
636
  font-weight: 400;
417
- .xd-font-icon{
418
- margin-right:8rpx;
637
+
638
+ .xd-font-icon {
639
+ margin-right: 8rpx;
419
640
  }
420
641
  }
421
- & > view {
642
+
643
+ &>view {
422
644
  cursor: pointer;
423
645
  }
424
646
  }
425
647
  }
426
- </style>
648
+ </style>