Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
138e5d283a
  1. 30
      pages/base/mine.vue

30
pages/base/mine.vue

@ -80,21 +80,6 @@
</view>
</view>
</view>
<view style="padding: 15px;background-color: #F6F9FF;" @click="showPopup">
<view style="background-color: #fff;border-radius: 10px;padding: 15px;display: flex;align-items: center;justify-content: space-between;">
<view style="display: flex;align-items: center;">
<view style="background-color: #ECF1FF;padding: 10px;border-radius: 50px;height: 24px;margin-right: 10px;">
<img src="@/assets/img/mine2.png" width="24" />
</view>
<view>
<view style="font-size: 16px;color: #000;font-weight: bold;">{{$t("base.h3")}}</view>
<view>{{$t("base.h4")}}</view>
</view>
</view>
<view style="height: 24px;"><img src="@/assets/img/mine9.png" width="24" /></view>
</view>
</view>
<view class="layout-main" style="background-color: #F6F9FF !important;">
<scroll-view @refresherrefresh="onRefresh" :refresher-enabled="refresherEnabled&&scrollTop<50"
@ -117,7 +102,20 @@
{{$t('otc.d5')}}
</view> -->
<!-- </view> -->
<view style="padding: 15px;background-color: #F6F9FF;" @click="showPopup">
<view style="background-color: #fff;border-radius: 10px;padding: 15px;display: flex;align-items: center;justify-content: space-between;">
<view style="display: flex;align-items: center;">
<view style="background-color: #ECF1FF;padding: 10px;border-radius: 50px;height: 24px;margin-right: 10px;">
<img src="@/assets/img/mine2.png" width="24" />
</view>
<view>
<view style="font-size: 16px;color: #000;font-weight: bold;">{{$t("base.h3")}}</view>
<view>{{$t("base.h4")}}</view>
</view>
</view>
<view style="height: 24px;"><img src="@/assets/img/mine9.png" width="24" /></view>
</view>
</view>
<view style="padding: 15px 0px 16px 15px;background-color: #F6F9FF;">
<view style="display: flex;justify-content: space-between;">
<view style="font-weight: bold;color: #000;font-size: 16px;">{{$t("base.h5")}}</view>

Loading…
Cancel
Save