jufubao-base 1.0.242 → 1.0.243-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.242",
3
+ "version": "1.0.243-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -133,27 +133,16 @@
133
133
  >暂不登录,去逛逛</view> -->
134
134
  </view>
135
135
  <xd-dialog :show.sync="showDialog"
136
+ title="系统提示"
136
137
  :showClose="false"
137
- maskAutoClose
138
- :showTitle="false">
138
+ :btnRadius="60"
139
+ maskAutoClose>
139
140
  <view class="p_dialog_content">
140
- <view class="">
141
- <xd-font-icon icon="iconmingchengtubiao" :size="48" color="#666"></xd-font-icon>
142
- </view>
143
- <view class="cont_text">检测到短信发送异常<br/>是否跳过手机号收集?</view>
141
+ <view class="cont_text">检测到短信发送异常<br/>您是否跳过当前步骤</view>
144
142
  </view>
145
- <view slot="btn" class="btn_foot" style="background-color: #DDD;">
146
- <view class="btn_item not_jump_btn" :style="{
147
- backgroundColor: '#FFF',
148
- }"
149
- @click="p_loginNotJump"
150
- >不跳过</view>
151
- <view class="btn_item" :style="{
152
- backgroundColor: mainColor,
153
- color: '#FFF'
154
- }"
155
- @click="p_loginJumpPhone"
156
- >跳过</view>
143
+ <view slot="btn" class="btn_foot">
144
+ <xd-button width="240rpx" type="info" @click="p_loginNotJump">取消</xd-button>
145
+ <xd-button width="240rpx" type="primary" @click="p_loginJumpPhone">跳过</xd-button>
157
146
  </view>
158
147
  </xd-dialog>
159
148
  </view>
@@ -653,12 +642,12 @@ export default {
653
642
  ::v-deep .xd-dailog__body{
654
643
  overflow: hidden;
655
644
  }
656
- ::v-deep .xd-dailog__body-content{
657
- padding: 0;
658
- overflow: hidden;
659
- }
645
+ // ::v-deep .xd-dailog__body-content{
646
+ // padding: 0;
647
+ // overflow: hidden;
648
+ // }
660
649
  .p_dialog_content{
661
- padding: 100rpx 0rpx;
650
+ padding: 20rpx 0rpx;
662
651
  display: flex;
663
652
  align-items: center;
664
653
  justify-content: center;
@@ -666,7 +655,7 @@ export default {
666
655
  text-align: left;
667
656
  margin-left: 12rpx;
668
657
  font-size: 32rpx;
669
- color: #333;
658
+ color: #999999;
670
659
  }
671
660
  }
672
661
  .btn_foot{