| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443 |
- <template>
- <view class="template-details">
- <block v-if="showdrawing">
- <u-notice-bar v-if="drawingtitle=='正在努力绘制中...'||drawingtitle=='图片正在渲染中...'" :text="noticebar" step
- bgColor="#000"></u-notice-bar>
- <view class="lazy-loading tn-flex justify-center align-center flex-wrap">
- <view class="preloader_1">
- <view></view>
- <view></view>
- <view></view>
- <view></view>
- <view></view>
- </view>
- <view class="drawing">
- {{drawingtitle}}
- </view>
- <view v-if="showprogress" class="progress">
- <u-line-progress :percentage="percentage" activeColor="#9b59b6" height="18"></u-line-progress>
- </view>
- </view>
- </block>
- <swiper class="card-swiper" :circular="false" :autoplay="true" duration="500" interval="12000"
- @change="cardSwiper">
- <swiper-item v-for="(item,index) in swiperList" :key="index" :class="cardCur==index?'cur':''">
- <view class="lazy-load" :style="{height: windowHeight+'px'}">
- <u--image @load="previewload" @error="previewerror" width="100%" height="100%" :src="item.url"
- mode="widthFix">
- <view slot="error" style="font-size: 32rpx;text-align: center;">
- 图片加载失败
- </view>
- </u--image>
- </view>
- </swiper-item>
- </swiper>
- <view class="indication">
- <block v-for="(item,index) in swiperList" :key="index">
- <view v-if="swiperList.length>1" class="spot" :class="cardCur==index?'active':''"></view>
- </block>
- </view>
- <view class="tabbar footerfixed dd-glass tn-color-white" style="border-radius: 100rpx;">
- <view class="action" @click="getisback">
- <view class="bar-icon">
- <view class="tn-icon-left-circle">
- </view>
- </view>
- <view class="">立即返回</view>
- </view>
- <view class="action" @click="getdownload(cardCur)">
- <view class="bar-icon">
- <view class="tn-icon-download">
- </view>
- </view>
- <view class="">下载/分享</view>
- </view>
- <view class="action" @click="preViewImg_ys(1)" v-if="engin=='rh'">
- <view class="bar-icon">
- <view class="tn-icon-image">
- </view>
- </view>
- <view class="">模板</view>
- </view>
- <view class="action" @click="preViewImg_ys(2)" v-if="engin=='rh'">
- <view class="bar-icon">
- <view class="tn-icon-image">
- </view>
- </view>
- <view class="">照片</view>
- </view>
- <view class="action" @click="parameters" v-if="engin!='rh'">
- <view class="bar-icon">
- <view class="tn-icon-creative">
- </view>
- </view>
- <view class="">绘画参数</view>
- </view>
- <view class="action" @click="preViewImg(1)" v-if="parameter.refImg&&$Route.query.urls">
- <view class="bar-icon">
- <view class="tn-icon-image">
- </view>
- </view>
- <view class="">参考图</view>
- </view>
- <view class="action" @click="preViewImg(2)" v-if="form.init_image
- ">
- <view class="bar-icon">
- <view class="tn-icon-image">
- </view>
- </view>
- <view class="">参考图</view>
- </view>
- <view v-if="show2" class="action"
- @click="tn(engin!='rh'?'/pages/painting/draw?prompt='+parameter.promptSame+'&engine='+engin+'&model_name='+parameter.model_name+'&refImg='
- +parameter.refImg:'/pages/painting/draw?rh_modalId='+(parameter.templateId?parameter.templateId:-1)+'&rh_modalurl='+parameter.source_image_url)">
- <view class="tn-flex-direction-column tn-flex-row-center tn-flex-col-center tn-button--clear-style">
- <view class="bar-icon">
- <view class="tn-icon-write">
- </view>
- </view>
- <view class="">创作相似</view>
- </view>
- </view>
- <view v-else class="action" @click="setOpen">
- <view class="tn-flex-direction-column tn-flex-row-center tn-flex-col-center tn-button--clear-style">
- <view class="bar-icon">
- <view class="tn-icon-up-circle">
- </view>
- </view>
- <view class="">{{showopen?'已公开':'公开作品'}}</view>
- </view>
- </view>
- </view>
- <tn-landscape :show="show1" @close="closeLandscape" closePosition="bottom" :closeSize="60">
- <view class="tn-color-white" style="width: 100vw;">
- <view class="" style="margin: 120rpx 60rpx;">
- <view class="tn-flex tn-flex-row-between tn-flex-col-between tn-margin-top-xl tn-text-justify">
- <text class="">AI绘画:{{parameter.engine == 'sd'?'StableDiffusion绘图':'MidJourney绘图'}}</text>
- </view>
- <view v-if="parameter.prompt&&$Route.query.urls"
- class="tn-flex tn-flex-row-between tn-flex-col-between tn-margin-top-xl tn-text-justify">
- <text class="">描述词:{{parameter.prompt}}</text>
- </view>
- <view v-if="form.keywords"
- class="tn-flex tn-flex-row-between tn-flex-col-between tn-margin-top-xl tn-text-justify">
- <text class="">描述词:{{form.keywords}}</text>
- </view>
- <view v-if="parameter.model_name"
- class="tn-flex tn-flex-row-between tn-flex-col-between tn-margin-top-xl tn-text-justify">
- <text class="">模型:{{form.name?form.name:parameter.model_name}}</text>
- </view>
- <view v-if="parameter.width"
- class="tn-flex tn-flex-row-between tn-flex-col-between tn-margin-top-xl tn-text-justify">
- <text class="">分辨率:{{parameter.width}}x{{parameter.height}}</text>
- </view>
- </view>
- </view>
- </tn-landscape>
- <u-popup :show="show" @close="close" @open="open" mode="center">
- <view
- style="background: rgba(0, 0, 0, 0);width: 300rpx;height: 300rpx;display: flex;align-items: center;flex-direction: column;justify-content: center;color:#207CF7;">
- <l-circularProgress :isBgShow="true" :lineWidth="10" boxWidth="100" boxHeight="100"
- progressColor="#207CF7" fontColor="#207CF7" gradualColor="#207CF7"
- :percent="progress"></l-circularProgress>
- <view class="">
- 图片下载中...
- </view>
- </view>
- </u-popup>
- <wike-painter style="height:1px;margin-top: -9999999px;" :board="posterObj" @done="posterSuccess"
- ref="painter"></wike-painter>
- </view>
- </template>
- <script>
- import {
- mapMutations,
- mapActions,
- mapState,
- mapGetters
- } from 'vuex';
- let timingr;
- let asynchronous;
- // 判断是否为微信环境
- // const isWechat = () => {
- // return String(navigator.userAgent.toLowerCase().match(/MicroMessenger/i)) === "micromessenger";
- // }
- export default {
- data() {
- return {
- tobheight: 45,
- showdrawing: true,
- showprogress: true,
- drawingtitle: '正在努力绘制中...',
- percentage: 0,
- show1: false,
- show2: true,
- cardCur: 0,
- swiperList: [],
- form: {},
- parameter: {},
- noticebar: ['精美图片需要时间打磨,预计20-30秒左右出图',
- '图片生成中请不要退出此页面,否则可能会无法生成'
- // '长时间未出图?可稍后在 我的-绘画记录 里查看'
- ],
- parameterid: 0,
- showopen: false,
- failnum: 0,
- windowHeight: 0,
- engin: '',
- progress: 0,
- isDowload: false,
- show: false,
- sd_keywords: '',
- // 生成海报data
- platform: this.$platform.get(),
- qrcode: '',
- spmplatform: 0,
- posterObj: {},
- info: {
- // poster_bg_img_path:"",
- poster_bg_width: 347,
- poster_bg_height: 574,
- poster_qrcode_x: 278,
- poster_qrcode_y: 495,
- poster_qrcode_width: 52,
- poster_qrcode_height: 52,
- },
- }
- },
- // 生成海报需要的数据由此开始
- computed: {
- ...mapGetters(['appInfo', 'homeTemplate', 'isLogin', 'userInfo', 'userData'])
- },
- onShow() {
- console.log('this.userInfo-----------------', this.option, this.userInfo);
- },
- onLoad(o) {
- this.spmplatform = ['H5', 'wxOfficialAccount', 'wxMiniProgram', 'App'].indexOf(this.platform) + 1;
- // this.commonqrcodePath()
- var that = this;
- this.windowHeight = uni.$u.sys().windowHeight - 60
- this.engin = that.$Route.query.from
- if (that.$Route.query.urls) {
- this.showprogress = false
- this.drawingtitle = '图片正在加载中...'
- that.gallerydetail(that.$Route.query.urls)
- }
- if (that.$Route.query.form) {
- this.form = that.$Route.query.form
- console.log('生成绘画的参数:', this.form);
- this.parameter.refImg = this.form.refer_img
- this.parameter.prompt = this.form.init_image + this.form.prompt
- this.parameter.model_name = this.form.model_id
- this.parameter.width = this.form.width
- this.parameter.height = this.form.height
- this.parameter.engine = 'sd'
- this.show2 = false
- this.sd_keywords = this.form.keywords
- this.aiPlay();
- }
- },
- methods: {
- preViewImg_ys(type) {
- if (type == 1) {
- uni.previewImage({
- urls: [this.parameter.source_image_url],
- longPressActions: {
- itemList: ['发送给朋友', '保存图片', '收藏'],
- success: function(data) {},
- fail: function(err) {
- console.log(err.errMsg);
- }
- }
- });
- } else {
- uni.previewImage({
- urls: [this.parameter.target_image_url],
- longPressActions: {
- itemList: ['发送给朋友', '保存图片', '收藏'],
- success: function(data) {},
- fail: function(err) {
- console.log(err.errMsg);
- }
- }
- });
- }
- },
- downloadPic(e) {
- return new Promise((resolve, reject) => {
- uni.request({
- url: e,
- method: 'GET',
- responseType: 'arraybuffer',
- success: ress => {
- let base64 = uni.arrayBufferToBase64(ress.data);
- base64 = 'data:image/jpeg;base64,' + base64
- resolve(base64);
- },
- fail: (e) => {
- resolve('fail');
- }
- })
- });
- },
- commonqrcodePath() {
- let spm = this.userInfo.id + '.1.0.' + this.spmplatform + '.1';
- // console.log(spm);
- this.$http('common.qrcodePath', {
- spm: spm
- }).then(res => {
- if (res.code == 0) {
- this.qrcode = res.data;
- this.createPoster()
- console.log('二维码需要包含的url信息=============', this.qrcode);
- }
- });
- },
- async createPoster(e) {
- let that = this;
- let avatarUrl = '';
- let mainUrl = '';
- uni.showLoading({
- title: '海报渲染中'
- });
- console.log("that.swiperList[0].url,that.userInfo.avatar", that.userInfo, that.swiperList[0].url, that
- .userInfo.avatar);
- if (that.swiperList[0].url.indexOf("https") < 0) {
- mainUrl = await that.downloadPic(that.swiperList[0].url.replace("http:", "https:"));
- } else {
- mainUrl = await that.downloadPic(that.swiperList[0].url);
- }
- if (mainUrl == 'fail') {
- uni.hideLoading();
- uni.showToast({
- title: '生成失败',
- icon: 'none'
- })
- return;
- }
- that.userInfo.avatar =
- "https://face.cdn.zhishuyun.com/attachments/1133012400174534792/1204009950465101866/0d47db66-1faf-42df-a732-22cf18697a65_ins.png?ex=65d32ca5&is=65c0b7a5&hm=7219a0f250453314cfbf9eefaf2e927ba8d6adea944774b3fe32e67c0787a877&"
- if (that.userInfo.avatar) {
- if (that.userInfo.avatar.indexOf("https") < 0) {
- avatarUrl = await that.downloadPic(that.userInfo.avatar.replace("http:", "https:"));
- } else {
- avatarUrl = await that.downloadPic(that.userInfo.avatar);
- }
- if (avatarUrl == 'fail') {
- uni.hideLoading();
- uni.showToast({
- title: '生成失败',
- icon: 'none'
- })
- return;
- }
- }
- let proportionally = this.info.poster_bg_width / uni.$u.sys().windowWidth;
- (this.posterObj = {
- width: (this.info.poster_bg_width / proportionally) + 'px',
- height: (this.info.poster_bg_height / proportionally) + 'px',
- background: 'rgba(0,0,0,0)',
- borderRadius: '16rpx',
- views: [
- // 背景图
- {
- src: '/static/shareBg.png',
- type: "image",
- css: {
- width: (this.info.poster_bg_width / proportionally) + 'px',
- height: (this.info.poster_bg_height / proportionally) + 'px',
- }
- },
- // 主图
- {
- type: 'view',
- css: {
- position: 'absolute',
- left: '24rpx',
- top: '24rpx',
- },
- views: [{
- src: mainUrl,
- type: "image",
- css: {
- width: 705 + 'rpx',
- height: 936 + 'rpx',
- borderRadius: '28rpx',
- }
- }, ],
- },
- // 头像
- {
- type: 'view',
- css: {
- display: 'flex',
- position: 'absolute',
- left: '24rpx',
- top: '1060rpx',
- },
- views: [{
- type: 'image',
- src: that.userInfo.avatar ? avatarUrl : '/static/images/head.jpg',
- css: {
- marginTop: '-80rpx',
- borderRadius: '50%',
- width: '94rpx',
- height: '94rpx',
- objectFit: 'cover'
- }
- }, ],
- },
- // 昵称
- {
- type: 'view',
- css: {
- display: 'flex',
- position: 'absolute',
- left: '140rpx',
- bottom: '196rpx',
- },
- views: [{
- type: 'text',
- text: that.userInfo.nickname ? that.userInfo.nickname : '默认用户',
- css: {
- fontSize: '28rpx',
- color: '#333333',
- }
- }],
- },
- // 海报文案1
- {
- type: 'view',
- css: {
- display: 'flex',
- position: 'absolute',
- left: '24rpx',
- bottom: '96rpx',
- },
- views: [{
- type: 'text',
- text: '免费体验Al生成个人质感艺术照',
- css: {
- fontSize: '32rpx',
- color: '#333333',
- }
- }],
- },
- // 海报文案2
- {
- type: 'view',
- css: {
- display: 'flex',
- position: 'absolute',
- left: '24rpx',
- bottom: '44rpx',
- },
- views: [{
- type: 'text',
- text: '设计微信/抖音/小红书专属头像',
- css: {
- fontSize: '32rpx',
- color: '#333333',
- }
- }],
- },
- // 二维码上方文案
- {
- type: 'view',
- css: {
- position: 'absolute',
- right: '40rpx',
- bottom: '196rpx',
- },
- views: [{
- type: 'text',
- text: '微信扫码',
- css: {
- fontSize: '24rpx',
- color: '#333333',
- }
- }],
- },
- {
- type: 'view',
- css: {
- left: (this.info.poster_qrcode_x / proportionally) + 'px',
- top: (this.info.poster_qrcode_y / proportionally) + 'px',
- position: 'fixed',
- },
- views: [{
- type: 'qrcode',
- text: this.qrcode,
- css: {
- width: (this.info.poster_qrcode_width / proportionally) + 'px',
- height: (this.info.poster_qrcode_width / proportionally) + 'px',
- background: '#fff'
- }
- },
- // {
- // src: '/static/images/fanyunLogo.png',
- // type: "image",
- // css: {
- // position: 'absolute',
- // width: 30 + 'rpx',
- // height: 30 + 'rpx',
- // left: '44rpx',
- // top: '44rpx',
- // }
- // }
- ],
- },
- ]
- }),
- (
- this.showPoster = true,
- // this.revertUrl()
- setTimeout(() => {
- that.$refs.painter.canvasToTempFilePathSync({
- // 在nvue里是jpeg
- fileType: 'jpg',
- quality: 1,
- success: res => {
- console.log('res.tempFilePath', res.tempFilePath);
- // uni.showModal({
- // title: '提示',
- // content: '查看图片后长按图片即可保存或分享',
- // confirmText: '查看',
- // confirmColor: '#1F79F0',
- // success: function(res2) {
- // if (res2.confirm) {
- uni.previewImage({
- urls: [res.tempFilePath],
- longPressActions: {
- itemList: ['发送给朋友', '保存图片',
- '收藏'
- ],
- success: function(data) {},
- fail: function(err) {
- console.log(err
- .errMsg);
- }
- }
- });
- // } else if (res2.cancel) {
- // console.log('用户点击取消');
- // }
- // }
- // });
- }
- })
- }, 1000)
- );
- },
- posterSuccess() {
- uni.hideLoading();
- },
- // 生成海报需要的数据到此为止
- preViewImg(type) {
- if (type == 1) {
- uni.previewImage({
- urls: [this.parameter.refImg],
- longPressActions: {
- itemList: ['发送给朋友', '保存图片', '收藏'],
- success: function(data) {},
- fail: function(err) {
- console.log(err.errMsg);
- }
- }
- });
- } else {
- uni.previewImage({
- urls: [this.form.init_image],
- longPressActions: {
- itemList: ['发送给朋友', '保存图片', '收藏'],
- success: function(data) {},
- fail: function(err) {
- console.log(err.errMsg);
- }
- }
- });
- }
- },
- parameters() {
- var that = this;
- // if(that.showdrawing){
- // uni.showToast({
- // title:'图片生成中',
- // icon:'none'
- // })
- // return;
- // }
- that.show1 = true
- },
- setOpen() {
- var that = this;
- if (that.showdrawing) {
- uni.showToast({
- title: '图片生成中',
- icon: 'none'
- })
- return;
- }
- if (that.showopen) {
- uni.showToast({
- title: '图片已公开',
- icon: 'none'
- })
- return;
- }
- uni.showModal({
- confirmColor: '#207CF7',
- confirmText: '确认公开',
- title: '提示',
- content: '是否确认公开此绘画作品',
- success(src) {
- if (src.confirm) {
- that.$http('gallery.setOpen', {
- id: that.parameterid
- }).then(res => {
- if (res.code == 0) {
- uni.showToast({
- title: '提交成功,等待审核'
- })
- that.showopen = true
- }
- });
- }
- }
- });
- },
- gallerydetail(id) {
- let that = this;
- this.$http('gallery.detail', {
- id: id,
- type: this.engin
- }).then(res => {
- if (res.code == 0) {
- if (this.engin == 'sd') {
- for (var i = 0; i < res.data.imgs_file.length; i++) {
- var url = {
- id: res.data.id,
- type: 'image',
- url: res.data.imgs_file[i],
- // url: res.data.origin_url,
- }
- that.swiperList.push(url)
- }
- this.done = true
- } else if (this.engin == 'mj') {
- var url = {
- id: res.data.id,
- type: 'image',
- url: res.data.origin_url,
- }
- that.swiperList.push(url)
- this.done = true
- } else if (this.engin == 'rh') {
- var url = {
- id: res.data.id,
- type: 'image',
- url: res.data.imgs_file[0],
- }
- that.swiperList.push(url)
- console.log("this.engin == 'rh'====", res.data.imgs_file, that.swiperList);
- this.done = true
- this.commonqrcodePath()
- }
- console.log('获取到的图片详情返回值:', res);
- this.showdrawing = false
- this.parameter = res.data
- //this.parameter.prompt =
- //'https://mjcdn.iduomi.cc/attachments/1124768570157564029/1129053571321712670/erinramirez_In_a_Chinese_ancient_garden_a_lady_is_playing_the_t_cff28ad6-6f7e-44f0-a7bb-2a8724e573f2.png 关键词测试测'
- // this.parameter.prompt = '123'
- if (this.parameter.prompt.includes('http') && this.parameter.prompt.includes('.png')) {
- this.parameter.refImg = this.parameter.prompt.split('.png')[0] + '.png'
- // 创作相似去参考图提示词
- let tempKeyWord = ''
- this.parameter.prompt.split('.png').forEach((item, index) => {
- if (!item.includes('http')) {
- tempKeyWord += item
- }
- })
- this.parameter.promptSame = tempKeyWord
- this.parameter.prompt = tempKeyWord
- } else if (this.parameter.prompt.includes('http') && this.parameter.prompt.includes(
- '.jpeg')) {
- this.parameter.refImg = this.parameter.prompt.split('.jpeg')[0] + '.jpeg'
- // 创作相似去参考图提示词
- let tempKeyWord = ''
- this.parameter.prompt.split('.jpeg').forEach((item, index) => {
- if (!item.includes('http')) {
- tempKeyWord += item
- }
- })
- this.parameter.promptSame = tempKeyWord
- this.parameter.prompt = tempKeyWord
- } else if (this.parameter.prompt.includes('http') && this.parameter.prompt.includes(
- '.jpg')) {
- this.parameter.refImg = this.parameter.prompt.split('.jpg')[0] + '.jpg'
- // 创作相似去参考图提示词
- let tempKeyWord = ''
- this.parameter.prompt.split('.jpg').forEach((item, index) => {
- if (!item.includes('http')) {
- tempKeyWord += item
- }
- })
- this.parameter.promptSame = tempKeyWord
- this.parameter.prompt = tempKeyWord
- } else {
- this.parameter.promptSame = this.parameter.prompt
- }
- console.log('进入这里了没有', this.parameter.promptSame);
- } else {
- }
- });
- },
- aiPlay() {
- let that = this;
- this.showdrawing = true
- if (that.failnum == 0) {
- this.progressbar()
- }
- this.$http('gallery.create', this.form).then(res => {
- if (res.code == 0) {
- this.showTask(res.data.id)
- } else {
- uni.hideToast()
- uni.showModal({
- confirmText: '退出',
- showCancel: false,
- confirmColor: '#207CF7',
- title: '提示',
- content: res.msg,
- success(tit) {
- if (tit.confirm) {
- uni.navigateBack()
- }
- }
- })
- }
- });
- },
- progressbar() {
- var that = this;
- if (that.percentage < 99) {
- timingr = setTimeout(() => {
- that.percentage = uni.$u.range(0, 99, that.percentage + 1)
- that.progressbar()
- }, 300);
- } else {
- clearTimeout(timingr);
- }
- },
- showTask(id) {
- let that = this;
- this.$http('gallery.getOpensdDetail', {
- id: id,
- }).then(res => {
- if (res.code == 0) {
- if (res.data.state == "success") {
- this.percentage = 99
- this.drawingtitle = '图片正在渲染中,请不要退出此页面'
- this.parameterid = res.data.id
- this.done = true
- clearTimeout(asynchronous);
- var url = {
- id: 0,
- type: 'image',
- url: res.data.gen_img,
- }
- that.swiperList.push(url)
- } else if (res.data.state == "in_create") {
- asynchronous = setTimeout(() => {
- that.showTask(id)
- }, 1000);
- return;
- } else if (res.data.state == "in_wait") {
- asynchronous = setTimeout(() => {
- that.showTask(id)
- }, 1000);
- return;
- } else {
- uni.showModal({
- confirmText: '退出',
- showCancel: false,
- confirmColor: '#207CF7',
- title: '提示',
- content: res.msg,
- success(tit) {
- if (tit.confirm) {
- uni.navigateBack()
- }
- }
- })
- }
- } else {
- uni.showModal({
- confirmText: '退出',
- showCancel: false,
- confirmColor: '#207CF7',
- title: '提示',
- content: res.msg,
- success(tit) {
- if (tit.confirm) {
- uni.navigateBack()
- }
- }
- })
- }
- })
- },
- previewload() {
- // console.log('ch');
- this.showdrawing = false
- this.percentage = 0
- },
- previewerror() {
- this.showdrawing = false
- this.percentage = 0
- },
- preview(e) {
- uni.previewImage({
- urls: [e]
- })
- },
- is_weixin() {
- var ua = window.navigator.userAgent.toLowerCase();
- if (ua.match(/MicroMessenger/i) == 'micromessenger') {
- console.log('微信浏览器');
- return true;
- } else {
- console.log("不是微信浏览器");
- return false;
- }
- },
- //下载分享
- getdownload(index) {
- if (this.showdrawing) {
- uni.showToast({
- title: '图片生成中',
- icon: 'none'
- })
- return;
- }
- // if (!this.is_weixin()) {
- // return uni.showModal({
- // showCancel: false,
- // title: '提示',
- // content: '请在微信内置浏览器打开,长按图片下载/分享',
- // confirmColor: '#207CF7'
- // })
- // }
- this.createPoster()
- return
- uni.showModal({
- showCancel: false,
- title: '提示',
- content: '请在微信内置浏览器打开,长按图片下载/分享',
- confirmColor: '#207CF7'
- })
- return
- if (this.engin == 'mj') {
- uni.showModal({
- showCancel: false,
- title: '提示',
- content: '请在微信内置浏览器打开,长按图片下载/分享',
- confirmColor: '#207CF7'
- })
- return
- }
- console.log('要下载的图片地址:', this.parameter.imgs_file[index]);
- let url = this.parameter.imgs_file[index]
- // return
- const detectDeviceType = () => /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i
- .test(
- navigator.userAgent) ? false : true;
- if (this.is_weixin()) {
- uni.showModal({
- showCancel: false,
- title: '提示',
- content: '请在微信内置浏览器打开,长按图片下载/分享',
- confirmColor: '#207CF7'
- })
- } else {
- if (detectDeviceType()) {
- let _this = this
- // if (_this.isDowload) {
- // uni.showToast({
- // icon: 'none',
- // title: '请等待上一个视频下载完成后,再下载',
- // });
- // }
- // PC端
- // this.delItem.url = 'http://www.liwantao.top/test.mp4'
- const downloadTask = uni.downloadFile({
- url, //文件链接
- timeout: 99999999,
- success: (res) => {
- if (res.statusCode === 200) {
- var oA = document.createElement("a");
- // oA.download = _this.delItem.name; // 设置下载的文件名,默认是'下载'
- oA.href = res.tempFilePath; //临时路径再保存到本地
- document.body.appendChild(oA);
- oA.click();
- oA.remove(); // 下载之后把创建的元素删除
- }
- },
- fail: (err) => {
- _this.show = false;
- _this.isDowload = false
- _this.progress = 0
- // console.log(_this.show, _this.isDowload, _this.progress, err);
- uni.showToast({
- icon: 'none',
- mask: true,
- title: '失败请重新下载',
- });
- },
- })
- downloadTask.onProgressUpdate((res) => {
- if (res.progress > 0) {
- _this.show = true;
- _this.isDowload = true
- }
- _this.progress = res.progress;
- if (res.progress == 100) {
- _this.show = false;
- _this.isDowload = false
- _this.progress = 0
- uni.showToast({
- icon: 'success',
- title: '图片下载成功!',
- });
- }
- })
- } else {
- uni.showModal({
- showCancel: false,
- title: '提示',
- content: '请在微信内置浏览器打开,长按图片下载/分享',
- confirmColor: '#207CF7'
- })
- return
- // 其他移动端浏览器
- // window.open(this.delItem.url)
- let _this = this
- // this.delItem.url = 'http://www.liwantao.top/test.mp4'
- var oA = document.createElement("a");
- // oA.download = _this.delItem.name;
- oA.href = url;
- document.body.appendChild(oA);
- oA.click();
- oA.remove();
- }
- }
- },
- getisback() {
- if (!this.done) {
- uni.showModal({
- confirmColor: '#207CF7',
- confirmText: '立即退出',
- title: '提示',
- content: '图片生成中,退出此页面后可能无法生成',
- success(src) {
- if (src.confirm) {
- uni.navigateBack()
- }
- }
- })
- } else {
- uni.navigateBack()
- }
- },
- // 跳转
- tn(e) {
- // console.log(e);
- uni.navigateTo({
- url: e,
- });
- },
- // cardSwiper
- cardSwiper(e) {
- // console.log(e.detail);
- this.cardCur = e.detail.current
- },
- // 弹出压屏窗
- showLandscape() {
- this.openLandscape()
- },
- // 打开压屏窗
- openLandscape() {
- this.show1 = true
- },
- // 关闭压屏窗
- closeLandscape() {
- this.show1 = false
- },
- },
- onUnload() {
- clearTimeout(timingr);
- clearTimeout(asynchronous);
- },
- }
- </script>
- <style lang="scss" scoped>
- // .shareBox {
- // position: fixed;
- // top: 0;
- // left: 0;
- // height: 100vh;
- // width: 100vw;
- // background: red;
- // z-index: 9999999;
- // }
- .template-details {
- margin: 0;
- width: 100%;
- height: 100vh;
- color: #fff;
- overflow: hidden;
- }
- /* 胶囊*/
- .tn-custom-nav-bar__back {
- width: 100%;
- height: 100%;
- position: relative;
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- box-sizing: border-box;
- background-color: rgba(0, 0, 0, 0.15);
- border-radius: 1000rpx;
- border: 1rpx solid rgba(255, 255, 255, 0.5);
- color: #FFFFFF;
- font-size: 18px;
- .icon {
- display: block;
- flex: 1;
- margin: auto;
- text-align: center;
- }
- &:before {
- content: " ";
- width: 1rpx;
- height: 110%;
- position: absolute;
- top: 22.5%;
- left: 0;
- right: 0;
- margin: auto;
- transform: scale(0.5);
- transform-origin: 0 0;
- pointer-events: none;
- box-sizing: border-box;
- opacity: 0.7;
- background-color: #FFFFFF;
- }
- }
- /* 图标容器15 start */
- .icon15 {
- &__item {
- width: 30%;
- border-radius: 10rpx;
- padding: 30rpx;
- margin: 20rpx 10rpx;
- transform: scale(1);
- transition: transform 0.3s linear;
- transform-origin: center center;
- &--icon {
- width: 100rpx;
- height: 100rpx;
- font-size: 50rpx;
- border-radius: 50%;
- margin-bottom: 18rpx;
- position: relative;
- z-index: 1;
- &::after {
- content: " ";
- position: absolute;
- z-index: -1;
- width: 100%;
- height: 100%;
- left: 0;
- bottom: 0;
- border-radius: inherit;
- opacity: 1;
- transform: scale(1, 1);
- background-size: 100% 100%;
- }
- }
- }
- }
- /* 按钮 */
- .button-1 {
- background-color: rgba(0, 0, 0, 0.15);
- position: fixed;
- /* bottom:200rpx;
- right: 20rpx; */
- top: 25%;
- right: 30rpx;
- z-index: 1001;
- border-radius: 100px;
- }
- .button-2 {
- background-color: rgba(0, 0, 0, 0.15);
- position: fixed;
- /* bottom:200rpx;
- right: 20rpx; */
- top: 35%;
- right: 30rpx;
- z-index: 1001;
- border-radius: 100px;
- }
- .button-3 {
- background-color: rgba(0, 0, 0, 0.15);
- position: fixed;
- /* bottom:200rpx;
- right: 20rpx; */
- top: 45%;
- right: 30rpx;
- z-index: 1001;
- border-radius: 100px;
- }
- /* 用户头像 start */
- .logo-image {
- width: 100rpx;
- height: 100rpx;
- position: relative;
- }
- .logo-pic {
- background-size: cover;
- background-repeat: no-repeat;
- // background-attachment:fixed;
- background-position: top;
- border: 6rpx solid rgba(255, 255, 255, 0.25);
- box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.15);
- border-radius: 50%;
- overflow: hidden;
- // background-color: #FFFFFF;
- }
- /* 底部tabbar start*/
- /* 毛玻璃*/
- .dd-glass {
- width: 100%;
- backdrop-filter: blur(20rpx);
- -webkit-backdrop-filter: blur(20rpx);
- }
- .footerfixed {
- position: fixed;
- // margin: 20rpx;
- margin: 40rpx 5%;
- width: 90%;
- bottom: calc(env(safe-area-inset-bottom) / 2);
- ;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.15);
- box-shadow: 0rpx 0rpx 30rpx 0rpx rgba(0, 0, 0, 0.07);
- }
- .tabbar {
- display: flex;
- align-items: center;
- min-height: 110rpx;
- justify-content: space-between;
- padding: 0;
- height: calc(110rpx + env(safe-area-inset-bottom) / 2);
- // padding-bottom: calc(env(safe-area-inset-bottom) / 2);
- }
- .tabbar .action {
- font-size: 22rpx;
- position: relative;
- flex: 1;
- text-align: center;
- padding: 0;
- display: block;
- height: auto;
- line-height: 1;
- margin: 0;
- overflow: initial;
- }
- .tabbar .action .bar-icon {
- width: 100rpx;
- position: relative;
- display: block;
- height: auto;
- margin: 0 auto 10rpx;
- text-align: center;
- font-size: 42rpx;
- }
- .tabbar .action .bar-icon image {
- width: 50rpx;
- height: 50rpx;
- display: inline-block;
- }
- /* 全屏轮播 start*/
- .card-swiper {
- height: 100vh !important;
- }
- .card-swiper swiper-item {
- width: 750rpx !important;
- left: 0rpx;
- box-sizing: border-box;
- overflow: initial;
- background: #000;
- }
- .card-swiper swiper-item .swiper-item {
- // width: 100%;
- // display: block;
- // height: 100vh;
- // border-radius: 0rpx;
- // transform: scale(0.9);
- // transition: all 0.2s ease-in 0s;
- // will-change: transform;
- // overflow: hidden;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- background: #000;
- }
- .card-swiper swiper-item.cur .swiper-item {
- transform: scale(1);
- transition: all 0.2s ease-in 0s;
- will-change: transform;
- }
- .image-banner {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .image-banner image {
- width: 100%;
- // height: 100%;
- }
- /* 轮播指示点 start*/
- .indication {
- z-index: 9999;
- width: 100%;
- height: 36rpx;
- position: fixed;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .spot {
- background-color: #FFFFFF;
- opacity: 0.6;
- width: 10rpx;
- height: 10rpx;
- border-radius: 20rpx;
- top: calc(-280rpx - env(safe-area-inset-bottom) / 2);
- top: calc(-280rpx - constant(safe-area-inset-bottom));
- margin: 0 8rpx !important;
- position: relative;
- }
- .spot.active {
- opacity: 1;
- width: 30rpx;
- background-color: #FFFFFF;
- }
- .lazy-load {
- background: #000;
- display: grid;
- align-items: center;
- padding-bottom: env(safe-area-inset-bottom);
- // height: 100%;
- }
- .lazy-load view {
- width: 100%;
- }
- .lazy-loading {
- background: #000;
- height: 100%;
- }
- .drawing {
- position: absolute;
- top: 46%;
- // color: #606266;
- font-size: 18px;
- }
- .progress {
- position: absolute;
- top: 52%;
- width: 60%;
- }
- .preloader_1 {
- position: absolute;
- // right: 8%;
- // bottom: 12%;
- // position: fixed;
- // right: 58%;
- margin-right: 65px;
- top: 42%;
- }
- .preloader_1 view {
- display: block;
- bottom: 0px;
- width: 9px;
- height: 5px;
- background: #9b59b6;
- position: absolute;
- animation: preloader_1 1.5s infinite ease-in-out;
- }
- .preloader_1 view:nth-child(2) {
- left: 11px;
- animation-delay: .2s;
- }
- .preloader_1 view:nth-child(3) {
- left: 22px;
- animation-delay: .4s;
- }
- .preloader_1 view:nth-child(4) {
- left: 33px;
- animation-delay: .6s;
- }
- .preloader_1 view:nth-child(5) {
- left: 44px;
- animation-delay: .8s;
- }
- @keyframes preloader_1 {
- 0% {
- height: 5px;
- transform: translateY(0px);
- background: #9b59b6;
- }
- 25% {
- height: 30px;
- transform: translateY(15px);
- background: #3498db;
- }
- 50% {
- height: 5px;
- transform: translateY(0px);
- background: #9b59b6;
- }
- 100% {
- height: 5px;
- transform: translateY(0px);
- background: #9b59b6;
- }
- }
- </style>
|