@@ -14,7 +14,7 @@
</view>
-->
- <y-Fab :bottom="20" :right="140" @click="showModal" bgColor="#0fa5e5" text="发布"></y-Fab>
+ <!--<y-Fab :bottom="20" :right="140" @click="showModal" bgColor="#0fa5e5" text="发布"></y-Fab>-->
<view v-if="show">
<dever-publish :title="title" :is_upload="false" @hideModal="hideModal" @getRefresh="getRefresh" :type="type" :type_id="type_id" :api="api"></dever-publish>
@@ -63,6 +63,7 @@ export default {
methods:{
getData : function() {
var self = this;
+ return;
if (!self.load) {
self.$refs.barrage.start(self.info);
return;
@@ -15,7 +15,7 @@ const share = {
const request = {
// 服务器接口地址
host: "https://he.shemic.com/",
- host: "http://dev.shemic.com/dreamland/",
+ //host: "http://dev.shemic.com/dreamland/",
// 请求的参数
data: {},
@@ -228,7 +228,8 @@ export default {
//下载图片
downPic : function(ctx, resolve, reject) {
- var pic = self.Dever.getImg(self.fetch.pic[self.swiperIndex]);
+ //var pic = self.Dever.getImg(self.fetch.pic[self.swiperIndex]);
+ var pic = self.fetch.pic[self.swiperIndex];
uni.downloadFile({
url: pic,
success: (res) => {