Merge branch 'fix-109' of https://git.nianxx.cn/zoujing/YGChatCS
This commit is contained in:
@@ -33,7 +33,8 @@ body,
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb12 {
|
@font-face {
|
||||||
margin-bottom: 12px;
|
font-family: znicons;
|
||||||
|
src: url("https://oss.nianxx.cn/mp/static/fonts/znicons.ttf");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
@font-face {
|
|
||||||
font-family: znicons;
|
|
||||||
src: url("@/static/fonts/znicons.ttf");
|
|
||||||
}
|
|
||||||
|
|
||||||
// 使用须知样式
|
// 使用须知样式
|
||||||
.use-notice {
|
.use-notice {
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="module-header mb12">
|
<view class="module-header mb-4">
|
||||||
<text class="module-title">{{ title }}</text>
|
<text class="module-title">{{ title }}</text>
|
||||||
<image class="underline" src="./images/wave_icon.png" mode="aspectFill" />
|
<image class="underline" src="./images/wave_icon.png" mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -19,7 +19,3 @@
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb12 {
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="goods-info mb12">
|
<view class="goods-info mb-12">
|
||||||
<view class="hotel-header">
|
<view class="hotel-header">
|
||||||
<image class="hotel-icon" :src="orderTypeIcon"></image>
|
<image class="hotel-icon" :src="orderTypeIcon"></image>
|
||||||
<text class="hotel-name">{{ orderData.storeName }}</text>
|
<text class="hotel-name">{{ orderData.storeName }}</text>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="notice-info mb12">
|
<view class="notice-info mb-12">
|
||||||
<view class="notice-title"> 购买须知 </view>
|
<view class="notice-title"> 购买须知 </view>
|
||||||
<GoodDetail :goodsData="orderData" :showTitle="false" />
|
<GoodDetail :goodsData="orderData" :showTitle="false" />
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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 class="user-info-title">{{ infoTitle }}</view>
|
||||||
<view
|
<view
|
||||||
v-for="(item, index) in consumerList"
|
v-for="(item, index) in consumerList"
|
||||||
|
|||||||
@@ -19,4 +19,20 @@ export const zniconsMap = {
|
|||||||
"zn-warning-check-in": "\ue692",
|
"zn-warning-check-in": "\ue692",
|
||||||
"zn-refund": "\ue693",
|
"zn-refund": "\ue693",
|
||||||
"zn-warning-circle": "\ue694",
|
"zn-warning-circle": "\ue694",
|
||||||
|
"zn-dinsh": "\ue6a3",
|
||||||
|
"zn-clock": "\ue6a6",
|
||||||
|
"zn-edit": "\ue6a5",
|
||||||
|
"zn-forkchopsticks": "\ue6a4",
|
||||||
|
"zn-camera": "\ue6a2",
|
||||||
|
"zn-nav-room": "\ue6a1",
|
||||||
|
"zn-nav-ticket": "\ue6a0",
|
||||||
|
"zn-ticket": "\ue69b",
|
||||||
|
"zn-package": "\ue69d",
|
||||||
|
"zn-nav-meal": "\ue69c",
|
||||||
|
"zn-room": "\ue699",
|
||||||
|
"zn-coffee": "\ue698",
|
||||||
|
"zn-refresh": "\ue69f",
|
||||||
|
"zn-keyborad": "\ue697",
|
||||||
|
"zn-hotspring": "\ue696",
|
||||||
|
"zn-bell": "\ue695",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user