jufubao-food 1.0.13-beta4 → 1.0.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-food",
3
- "version": "1.0.13-beta4",
3
+ "version": "1.0.13",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件餐饮插件包",
6
6
  "main": "index.js",
@@ -145,8 +145,8 @@
145
145
  <view>{{ orderInfo.error_tip }}</view>
146
146
  </view>
147
147
  <!-- 靠低支付 -->
148
- <view class="fixe_bottom" id="pay-elx" :style="prod_bottom">
149
- <view class="fixed_bottom_body" :style="[bottomBoxStyle]">
148
+ <view class="fixe_bottom" :style="prod_bottom">
149
+ <view class="fixed_bottom_body" id="pay-elx" :style="[bottomBoxStyle]">
150
150
  <view class="flex_l" :style="{
151
151
  justifyContent: bottomPricePosition
152
152
  }">实付:<xd-unit :price="orderNeedPayPrice" :isOld="false"></xd-unit>
@@ -363,7 +363,9 @@
363
363
  bottomFixedStylePlaceholder() {
364
364
  let tipAlert = this.orderInfo && this.orderInfo.order_status==='N' ? 72: 0;
365
365
  tipAlert = tipAlert + this.payBtnHeight;
366
- return this.fixedStyle({paddingBottom: tipAlert, zIndex: 110}, 'bottom', false);
366
+ return `height: ${tipAlert}rpx`
367
+
368
+ // return this.fixedStyle({paddingBottom: tipAlert, zIndex: 110}, 'bottom', false);
367
369
  },
368
370
  bottomBoxStyle(){
369
371
  return {