Commit d93c3caf authored by 786817560's avatar 786817560

''

parent c2395584
......@@ -2,7 +2,7 @@
* @Descrip: 产品明细
* @Author: your name
* @Date: 2019-10-15 14:30:00
* @LastEditTime: 2019-12-06 11:24:24
* @LastEditTime: 2019-12-16 18:33:42
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -257,6 +257,7 @@ export default {
let param = {
product_id: vm.$route.params.product_id,
bp_id: vm.bp_id,
user_phone: window.localStorage.user_phone,
}
vm.hlsPopup.showLoading('数据加载中')
vm.$post(url, param).then(function (res) {
......
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