Commit 76a412e5 authored by gengchunlei's avatar gengchunlei

环境修改

parent 96d18a87
NODE_ENV=prod NODE_ENV=prod
VUE_APP_PATH = https://ynfymds-service.yiboshi.com VUE_APP_PATH = https://ynfymds-service.yiboshi.com
VUE_APP_BASE_URL = https://yaoju-service.yiboshi.com VUE_APP_BASE_URL1 = https://yaoju-service.yiboshi.com
VUE_APP_BASE_URL1 = https://beta-yjservice.yiboshi.com VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
src="https://webapi.amap.com/maps?v=1.4.15&key=e8a56e9582dbac15d801174310ea43d7"></script> src="https://webapi.amap.com/maps?v=1.4.15&key=e8a56e9582dbac15d801174310ea43d7"></script>
<script src="https://a.amap.com/jsapi_demos/static/demo-center/js/demoutils.js"></script> <script src="https://a.amap.com/jsapi_demos/static/demo-center/js/demoutils.js"></script>
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script>--> <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script>
<title>云南省免费提供避孕药具服务平台</title> <title>云南省免费提供避孕药具服务平台</title>
<!-- <script>--> <!-- <script>-->
<!-- //声明_czc对象:--> <!-- //声明_czc对象:-->
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1280549113'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z_stat.php%3Fid%3D1280549113%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script> <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1280549113'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z_stat.php%3Fid%3D1280549113%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
</body> </body>
<script> <script>
// var vConsole =new VConsole(); var vConsole =new VConsole();
// console.log('Hello world'); console.log('Hello world');
</script> </script>
</html> </html>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
mounted() { mounted() {
let vm = this let vm = this
this.$nextTick(() => { this.$nextTick(() => {
vm.$uweb.setCustomVar('', '人数', 0) vm.$uweb.setCustomVar('微信扫码', '人数', 0)
}) })
}, },
methods: { methods: {
......
...@@ -56,6 +56,10 @@ ...@@ -56,6 +56,10 @@
<label class="item-left">规格</label> <label class="item-left">规格</label>
<label class="item-right">{{item.specs || '--'}}</label> <label class="item-right">{{item.specs || '--'}}</label>
</div> </div>
<div class="item">
<label class="item-left">库存数量</label>
<label class="item-right">{{item.stockNum || '0'}} {{item.receivedUnit}}</label>
</div>
<div class="flex_center"> <div class="flex_center">
<div class="item"> <div class="item">
<label class="item-left">已申领</label> <label class="item-left">已申领</label>
......
...@@ -65,10 +65,11 @@ ...@@ -65,10 +65,11 @@
let vm = this let vm = this
window['qrcodeContent'] = (result) => { window['qrcodeContent'] = (result) => {
vm.subscanQRCallBack(result) vm.subscanQRCallBack(result)
}
this.$nextTick(() => { this.$nextTick(() => {
vm.$uweb.setCustomVar('医站到家', '人数', 0) vm.$uweb.setCustomVar('医站到家扫码', '人数', 0)
}) })
}
}, },
methods: { methods: {
// 接收url后的数据 // 接收url后的数据
......
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