临时提交
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
<template>
|
||||
<view>
|
||||
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
|
||||
<block slot="backText">返回</block>
|
||||
<block slot="content">油站信息</block>
|
||||
</cu-custom>
|
||||
<view class="cu-card case" >
|
||||
<view class="cu-item shadow">
|
||||
<view class="image">
|
||||
<image src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg"
|
||||
mode="widthFix"></image>
|
||||
<!-- <view class="cu-tag bg-blue">史诗</view> -->
|
||||
<!-- <view class="cu-bar bg-shadeBottom"> <text class="text-cut">我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。</text></view> -->
|
||||
</view>
|
||||
<view class="cu-list ">
|
||||
<view class="cu-item padding-xs ">
|
||||
<view class="text-bold text-xl">
|
||||
九龙路加油站
|
||||
</view>
|
||||
<view class="color-999">
|
||||
九龙路1188号
|
||||
</view>
|
||||
<view class="color-333">
|
||||
联系方式:战三(13263967686)
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user