更新
This commit is contained in:
@@ -122,7 +122,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="padding-tb-xs text-left">
|
<view class="padding-tb-xs text-left">
|
||||||
油站:
|
油站:
|
||||||
<view class="fr">{{order.siteName?order.siteName:''}} <text v-if="order.siteLevel" class="cu-tag text-xs tag-red" style="margin-left: 20px;">{{order.siteLevel}}级</text> </view>
|
<view class="fr">{{order.siteName?order.siteName:''}}
|
||||||
|
<!-- <text v-if="order.siteLevel" class="cu-tag text-xs tag-red" style="margin-left: 20px;">{{order.siteLevel}}级</text> -->
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="padding-tb-xs text-left">
|
<view class="padding-tb-xs text-left">
|
||||||
油品油枪:
|
油品油枪:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<view class="content" >
|
<view class="content" >
|
||||||
<view class="strong padding-bottom-xs" style="width: 263px;">
|
<view class="strong padding-bottom-xs" style="width: 263px;">
|
||||||
{{siteInfo.siteName}}
|
{{siteInfo.siteName}}
|
||||||
<text v-if="siteInfo.siteLevel" class="cu-tag round bg-self-yellow yu-tag text-xs tag-red" style="margin-left: 20px;">{{siteInfo.siteLevel}}级</text>
|
<!-- <text v-if="siteInfo.siteLevel" class="cu-tag round bg-self-yellow yu-tag text-xs tag-red" style="margin-left: 20px;">{{siteInfo.siteLevel}}级</text> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="font-12 color-999 site-label text-cut">
|
<view class="font-12 color-999 site-label text-cut">
|
||||||
{{siteInfo.address}}
|
{{siteInfo.address}}
|
||||||
|
|||||||
@@ -150,7 +150,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="padding-tb-xs text-left">
|
<view class="padding-tb-xs text-left">
|
||||||
油站:
|
油站:
|
||||||
<view class="fr">{{order.siteName?order.siteName:''}} <text v-if="order.siteLevel" class="cu-tag text-xs tag-red" style="margin-left: 20px;">{{order.siteLevel}}级</text> </view>
|
<view class="fr">{{order.siteName?order.siteName:''}}
|
||||||
|
<!-- <text v-if="order.siteLevel" class="cu-tag text-xs tag-red" style="margin-left: 20px;">{{order.siteLevel}}级</text> -->
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="padding-tb-xs text-left">
|
<view class="padding-tb-xs text-left">
|
||||||
油品油枪:
|
油品油枪:
|
||||||
@@ -196,7 +198,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="padding-tb-xs text-left">
|
<view class="padding-tb-xs text-left">
|
||||||
油站:
|
油站:
|
||||||
<view class="fr">{{order.siteName?order.siteName:''}} <text v-if="order.siteLevel" class="cu-tag text-xs tag-red" style="margin-left: 20px;">{{order.siteLevel}}级</text> </view>
|
<view class="fr">{{order.siteName?order.siteName:''}}
|
||||||
|
<!-- <text v-if="order.siteLevel" class="cu-tag text-xs tag-red" style="margin-left: 20px;">{{order.siteLevel}}级</text> -->
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="padding-tb-xs text-left">
|
<view class="padding-tb-xs text-left">
|
||||||
加注类型:
|
加注类型:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<view class="content" style="overflow: hidden;" >
|
<view class="content" style="overflow: hidden;" >
|
||||||
<view style="width: 100%; display: flex;" class="strong padding-bottom-xs" >
|
<view style="width: 100%; display: flex;" class="strong padding-bottom-xs" >
|
||||||
<text style="width: 100%;flex: 1;" class="text-cut">{{siteInfo.siteName}}</text>
|
<text style="width: 100%;flex: 1;" class="text-cut">{{siteInfo.siteName}}</text>
|
||||||
<text v-if="siteInfo.siteLevel" class="cu-tag round bg-self-yellow yu-tag text-xs tag-red" style="margin-left: 20px;">{{siteInfo.siteLevel}}级</text>
|
<!-- <text v-if="siteInfo.siteLevel" class="cu-tag round bg-self-yellow yu-tag text-xs tag-red" style="margin-left: 20px;">{{siteInfo.siteLevel}}级</text> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="font-12 color-999 site-label text-cut">
|
<view class="font-12 color-999 site-label text-cut">
|
||||||
{{siteInfo.address}}
|
{{siteInfo.address}}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import utils from '@/utils/encode'
|
|||||||
// const env = process.env.NODE_ENV
|
// const env = process.env.NODE_ENV
|
||||||
// const env = 'production'/* */
|
// const env = 'production'/* */
|
||||||
// const env = 'test'
|
// const env = 'test'
|
||||||
const env = 'test'
|
const env = 'production'
|
||||||
// 45
|
// 45
|
||||||
const testUrl = 'http://192.168.1.83:38080'
|
const testUrl = 'http://192.168.1.83:38080'
|
||||||
// const productUrl = 'https://www.xingoil.com/adminapi'
|
// const productUrl = 'https://www.xingoil.com/adminapi'
|
||||||
|
|||||||
Reference in New Issue
Block a user