完善 h5 端 前端登录注册页面

This commit is contained in:
2024-02-24 23:32:53 +08:00
parent 249558d93a
commit ae2a2cdab6
12 changed files with 228 additions and 136 deletions

View File

@@ -9,9 +9,9 @@
<view class="gg-content">
<scroll-view v-if="getCartInfoList" class="gg-cart-sv-container" scroll-y="true">
<!-- 提货点 -->
<u-card :padding="10" :show-head="false">
<view slot="body" class="u-m-10">提货点{{ getLeaderAddressVo.takeName }}</view>
</u-card>
<!-- <u-card :padding="10" :show-head="false">
<view slot="body" class="u-m-10">提货点{{ getLeaderAddressVo.takeName }}</view>
</u-card> -->
<u-card :padding="10" :show-head="true">
<view slot="head" class="u-m-10">提货人联系方式</view>
@@ -126,7 +126,7 @@
</template>
<script>
import {mapState, mapGetters, mapActions} from 'vuex';
import {mapActions, mapGetters, mapState} from 'vuex';
import dayjs from 'dayjs';
export default {