同步
This commit is contained in:
@@ -43,6 +43,12 @@
|
|||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="border-solid-empty"></view>
|
<view class="border-solid-empty"></view>
|
||||||
|
<view class="nav-flex" @click="onPhone">
|
||||||
|
<view class="nav-icon">
|
||||||
|
<image class="nav-icon-src" src="@/static/icons/user_nav_00.png"></image>识别demo
|
||||||
|
</view>
|
||||||
|
<u-icon name="arrow-right" color="#cacaca" size="34rpx" bold></u-icon>
|
||||||
|
</view>
|
||||||
<view class="nav-flex" @click="onNav('AccountIntegral')">
|
<view class="nav-flex" @click="onNav('AccountIntegral')">
|
||||||
<view class="nav-icon">
|
<view class="nav-icon">
|
||||||
<image class="nav-icon-src" src="@/static/icons/user_nav_00.png"></image>火力值
|
<image class="nav-icon-src" src="@/static/icons/user_nav_00.png"></image>火力值
|
||||||
@@ -325,6 +331,22 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 识别产品
|
||||||
|
onPhone(e){
|
||||||
|
uni.chooseImage({
|
||||||
|
crop : {
|
||||||
|
quality : 100,
|
||||||
|
width : 300,
|
||||||
|
height : 300,
|
||||||
|
},
|
||||||
|
success: res => {
|
||||||
|
console.log(res)
|
||||||
|
},
|
||||||
|
fail : err => {
|
||||||
|
console.log(err)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
// 生成海报地址
|
// 生成海报地址
|
||||||
qrcodePath(path){
|
qrcodePath(path){
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
|
|||||||
@@ -74,7 +74,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="flex-btn">去查看</view>
|
<view class="flex-btn">去查看</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="flex-item" @click="onNav('AccountWork')">
|
<view class="flex-item" @click="onNav('AccountWork')">
|
||||||
<image class="flex-icon" src="/static/icons/work_icon_30.png" mode="aspectFill"></image>
|
<image class="flex-icon" src="/static/icons/work_icon_30.png" mode="aspectFill"></image>
|
||||||
<view class="flex-title">
|
<view class="flex-title">
|
||||||
|
|||||||
Reference in New Issue
Block a user