更新代码工程
This commit is contained in:
@@ -12,7 +12,7 @@ const targetOptions = ref({});
|
||||
|
||||
const toDetailPage = () => {
|
||||
uni.navigateTo({
|
||||
url: `/pages/detail?id=${props.data.id}`,
|
||||
url: `/pages/detail/index?id=${props.data.id}`,
|
||||
});
|
||||
};
|
||||
|
||||
@@ -52,7 +52,7 @@ onMounted(() => {
|
||||
</view>
|
||||
</view>
|
||||
<view>
|
||||
<image src="../static/bow-target.png" mode="widthFix" />
|
||||
<image src="/static/bow-target.png" mode="widthFix" />
|
||||
<view class="arrow-amount">
|
||||
<text>共</text>
|
||||
<text>{{ data.arrows * data.groups }}</text>
|
||||
|
||||
Reference in New Issue
Block a user