完善 h5 端 前端登录注册页面
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user