feat: 更新字体图标
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="goods-info mb12">
|
||||
<view class="goods-info mb-12">
|
||||
<view class="hotel-header">
|
||||
<image class="hotel-icon" :src="orderTypeIcon"></image>
|
||||
<text class="hotel-name">{{ orderData.storeName }}</text>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="notice-info mb12">
|
||||
<view class="notice-info mb-12">
|
||||
<view class="notice-title"> 购买须知 </view>
|
||||
<GoodDetail :goodsData="orderData" :showTitle="false" />
|
||||
</view>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="user-info mb12" v-if="hasConsumerData">
|
||||
<view class="user-info mb-12" v-if="hasConsumerData">
|
||||
<view class="user-info-title">{{ infoTitle }}</view>
|
||||
<view
|
||||
v-for="(item, index) in consumerList"
|
||||
|
||||
Reference in New Issue
Block a user