| | |
| | | img: '/static/images/home/jusou.png', |
| | | url: '../grabOrders/grabOrders' |
| | | }, |
| | | { |
| | | name: '我要办', |
| | | img: '/static/images/home/handle002.png', |
| | | url: '../handle/handle' |
| | | } |
| | | // { |
| | | // name: '我要办', |
| | | // img: '/static/images/home/handle002.png', |
| | | // url: '../handle/handle' |
| | | // } |
| | | ]; |
| | | resolute(list); |
| | | } catch (e) { |
| | |
| | | <u-form-item label="视频" v-show="isshipin" class="shipMp4"> |
| | | <!-- <u-input v-model="form.i" /> --> |
| | | </u-form-item> |
| | | <img v-show="isshipin" class="shipMp4img" :videos="videos" :src="videoSrc" mode="" @click="getVideo"></img> |
| | | <image v-show="isshipin" class="shipMp4img" :videos="videos" :src="videoSrc" mode="" @click="getVideo"></image> |
| | | </u-form> |
| | | <view class="but"> |
| | | <u-button class="custom-style" type="primary" @click="inits"> 我发布</u-button> |
| | |
| | | methods: { |
| | | judgeUse() { |
| | | |
| | | var main = plus.android.runtimeMainActivity();//获取当前的Activity |
| | | var res=main.getResData();//直接调用自定义Activity中的getResData方法 |
| | | uni.showToast({ |
| | | title: res, |
| | | icon:'none', |
| | | duration: 2000 |
| | | }); |
| | | // var main = plus.android.runtimeMainActivity();//获取当前的Activity |
| | | // var res=main.getResData();//直接调用自定义Activity中的getResData方法 |
| | | // uni.showToast({ |
| | | // title: res, |
| | | // icon:'none', |
| | | // duration: 2000 |
| | | // }); |
| | | |
| | | var login = WxStorage.get("init") //重复登录 |
| | | var name = WxStorage.get("name") |