23 lines
370 B
Vue
23 lines
370 B
Vue
<template>
|
|
<view>
|
|
<view style="margin-left: 20rpx;" @click="showPopup = true">
|
|
<u-icon width="40rpx" height="40rpx" name="https://img.agrimedia.cn/chwl%2Findex%2Fshaixuan.png">
|
|
</u-icon>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name:"startEndTime",
|
|
data() {
|
|
return {
|
|
|
|
};
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |