Commit 7eaf29d2 authored by 王建威's avatar 王建威

fix style

parent d1ab95a5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"appid": "__UNI__F904656", "appid": "__UNI__F904656",
"description": "", "description": "",
"versionName": "1.0.6", "versionName": "1.0.7",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "base": "/uni"
}, },
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.6/", "publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.7/",
"optimization": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
{ {
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"version": "1.0.5", "version": "1.0.7",
"description": "谛宝多多商城", "description": "谛宝多多商城",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
......
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
...this.e_info, ...this.e_info,
...res.data.data.Equipmentproperty[0] ...res.data.data.Equipmentproperty[0]
} }
this.equipment_detail = res.data.data.EquipmentInfo.equipment_details.replace(/\<img/g, `<image style="max-width: 100%;width: auto !important;height: auto !important"`); this.equipment_detail = this.equipment_detail ? res.data.data.EquipmentInfo.equipment_details.replace(/\<img/g, `<image style="max-width: 100%;width: auto !important;height: auto !important"`) : '';
this.isLogin = res.data.login_flg; this.isLogin = res.data.login_flg;
this.contract_no = res.data.data.contract_no; this.contract_no = res.data.data.contract_no;
this.is_auth = res.data.data.is_auth; this.is_auth = res.data.data.is_auth;
...@@ -307,6 +307,7 @@ ...@@ -307,6 +307,7 @@
<style lang="less" scoped> <style lang="less" scoped>
.info_content { .info_content {
background: #F5F5F5; background: #F5F5F5;
padding-bottom: 100rpx;
} }
.topbar_icon_box { .topbar_icon_box {
display: flex; display: flex;
...@@ -629,6 +630,9 @@ ...@@ -629,6 +630,9 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
position: fixed;
bottom: 0;
left: 0;
.bottom_bar_tool { .bottom_bar_tool {
width: 72rpx; width: 72rpx;
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment