jufubao-base 1.0.79 → 1.0.81-beta1

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.
@@ -49,7 +49,7 @@
49
49
  </view>
50
50
  </view>
51
51
  </view>
52
-
52
+
53
53
  <view @click="handleLogout()" v-if="logined" class="logout">
54
54
  <view v-if="textType ==='N'">[退出登录]</view>
55
55
  </view>
@@ -217,7 +217,7 @@
217
217
  this.address_url = getContainerPropsValue(container, 'content.address_url', {value: ''});
218
218
  this.color = getContainerPropsValue(container, 'content.textColor', '#333');
219
219
  this.backgroundColor = getContainerPropsValue(container, 'content.backgroundColor', 'rgba(0,0,0,0)');
220
- this.textType = "N";//getContainerPropsValue(container, 'content.text_type', 'N');
220
+ this.textType = getContainerPropsValue(container, 'content.text_type', 'N');
221
221
 
222
222
  this.is_shadow = getContainerPropsValue(container, 'content.is_shadow', 'N');
223
223
  this.is_shadow_bg = getContainerPropsValue(container, 'content.is_shadow_bg', '#fff');