api
This commit is contained in:
@@ -113,10 +113,6 @@
|
||||
<img src="/static/image/mine/15.png" />
|
||||
<view>投诉意见</view>
|
||||
</view>
|
||||
<view @click="clickaa()">
|
||||
<img src="/static/image/mine/15.png" />
|
||||
<view>投诉意见11</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -124,7 +120,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
var testModule = uni.requireNativePlugin("TestModule")
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -143,9 +138,6 @@ export default {
|
||||
this.toOtherPage("/setting/Index");
|
||||
},
|
||||
methods: {
|
||||
clickaa() {
|
||||
testModule.gotoNativePage();
|
||||
},
|
||||
getUserInfo() {
|
||||
this.$u.api.getMemberInfo().then(res => {
|
||||
if (res.errCode == 0) {
|
||||
|
||||
Reference in New Issue
Block a user