Commit d9f89b553115442d14eeac7ce78ca3deeb9a54a4
1 parent
45595b5e
OA118060
Showing
3 changed files
with
6 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -88,7 +88,7 @@ |
88 | 88 | {{djs.min}} |
89 | 89 | </view> |
90 | 90 | <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">分</view> |
91 | - <view class='time-val white t-c' style=";background:{{prom_st==1?'#d40022':'#0097e0'}}"> | |
91 | + <view class='time-val white t-c' style="background:{{prom_st==1?'#d40022':'#0097e0'}}"> | |
92 | 92 | {{djs.sec}} |
93 | 93 | </view> |
94 | 94 | <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">秒</view> | ... | ... |
pages/goods/goodsList/goodsList.js
... | ... | @@ -497,7 +497,7 @@ Page({ |
497 | 497 | }, |
498 | 498 | |
499 | 499 | go_url:function (e) { |
500 | - var url = e.currentTarget.dataset.url; | |
500 | + var url = e.currentTarget.dataset.url+'&cat_id='+this.data.cat_id; | |
501 | 501 | //var rq_data = JSON.stringify(this.data.rq_data); |
502 | 502 | //url += `&o=${rq_data}`; |
503 | 503 | // console.log('url!!!=======<<<<', url); | ... | ... |
pages/goods/search/search.js