同步
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view>
|
||||
<view>
|
||||
<view class="user-info">
|
||||
<block v-if="isAuth">
|
||||
<view class="user-info-left">
|
||||
@@ -42,7 +42,13 @@
|
||||
</view>
|
||||
</block>
|
||||
</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-icon">
|
||||
<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){
|
||||
uni.hideLoading()
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
</view>
|
||||
<view class="flex-btn">去查看</view>
|
||||
</view>
|
||||
|
||||
<view class="flex-item" @click="onNav('AccountWork')">
|
||||
<image class="flex-icon" src="/static/icons/work_icon_30.png" mode="aspectFill"></image>
|
||||
<view class="flex-title">
|
||||
|
||||
Reference in New Issue
Block a user