Compare commits
2 Commits
3b8e604853
...
5aba9afdd5
| Author | SHA1 | Date | |
|---|---|---|---|
| 5aba9afdd5 | |||
| 0351bd8dc6 |
@@ -19,7 +19,7 @@
|
|||||||
<text class="font-size-12 line-height-16 color-99A0AE">
|
<text class="font-size-12 line-height-16 color-99A0AE">
|
||||||
/{{ item.stockUnitLabel }}
|
/{{ item.stockUnitLabel }}
|
||||||
</text>
|
</text>
|
||||||
<text class="btn border-box rounded-10 color-white ml-16" @click.stop="handleBooking(item)">订</text>
|
<text class="btn border-box rounded-10 color-white ml-16">订</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -63,7 +63,6 @@ const navigateToPage = (commodityId, path) => {
|
|||||||
|
|
||||||
const handleClick = ({ commodityId }) => navigateToPage(commodityId, "/pages/goods/index")
|
const handleClick = ({ commodityId }) => navigateToPage(commodityId, "/pages/goods/index")
|
||||||
|
|
||||||
const handleBooking = ({ commodityId }) => navigateToPage(commodityId, "/pages-booking/index")
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { useAppStore } from "@/store";
|
|||||||
import { devUrl, proUrl, wssDevUrl } from "../base/baseUrl";
|
import { devUrl, proUrl, wssDevUrl } from "../base/baseUrl";
|
||||||
|
|
||||||
/// 版本号, 每次发版本前增加
|
/// 版本号, 每次发版本前增加
|
||||||
const versionValue = "1.0.3";
|
const versionValue = "1.0.4";
|
||||||
|
|
||||||
// 获取服务地址
|
// 获取服务地址
|
||||||
const getEvnUrl = async () => {
|
const getEvnUrl = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user